[Scummvm-cvs-logs] SF.net SVN: scummvm: [27867] web/trunk/screenshots/mkthumb.sh

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon Jul 2 23:55:37 CEST 2007


Revision: 27867
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27867&view=rev
Author:   fingolfin
Date:     2007-07-02 14:55:37 -0700 (Mon, 02 Jul 2007)

Log Message:
-----------
Updated mkthumb to use -thumbnail instead of -resize (only makes a difference if the image contains profiles etc., which shouldn't be the case for us anyway :)

Modified Paths:
--------------
    web/trunk/screenshots/mkthumb.sh

Modified: web/trunk/screenshots/mkthumb.sh
===================================================================
--- web/trunk/screenshots/mkthumb.sh	2007-07-02 21:50:36 UTC (rev 27866)
+++ web/trunk/screenshots/mkthumb.sh	2007-07-02 21:55:37 UTC (rev 27867)
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 # Scale the image to be 256 pixels wide, and convert it to a progressive JPEG.
-convert $1-full.png -interlace line -quality 66 -resize 256 $1.jpg
+convert $1-full.png -interlace line -quality 66 -thumbnail 256 $1.jpg


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list