I want to do a size conversion of jpeg files. Is there a program for Pandora ?
J joachim Member Joined May 22, 2013 Messages 406 Nov 15, 2016 #1 I want to do a size conversion of jpeg files. Is there a program for Pandora ?
ptitSeb Serial Porter Joined Aug 15, 2012 Messages 9,330 Age 52 Location France, near Lyon Nov 15, 2016 #2 with Image Magick. It should be available in codeblocks or in Streak CLI Love
Linux-SWAT Forum Addict! Joined Feb 13, 2010 Messages 9,188 Nov 15, 2016 #3 Be careful, images are overwritten. Resize an image to 75% of its original size: $ mogrify -resize 75% image.jpg Resize all JPG files in the folder 75% of their original sizes: $ mogrify -resize 75% *.jpg Resize all images in the folder to 640×480 pixels: $ mogrify -resize 640x480' * Resize all images to width of 640 pixel mantaining aspect ratio: $ mogrify -resize width='640' * Resize all images to height of 480 mantaining aspect ratio: $ mogrify -resize width='x480' *
Be careful, images are overwritten. Resize an image to 75% of its original size: $ mogrify -resize 75% image.jpg Resize all JPG files in the folder 75% of their original sizes: $ mogrify -resize 75% *.jpg Resize all images in the folder to 640×480 pixels: $ mogrify -resize 640x480' * Resize all images to width of 640 pixel mantaining aspect ratio: $ mogrify -resize width='640' * Resize all images to height of 480 mantaining aspect ratio: $ mogrify -resize width='x480' *
S sulu Guest Nov 15, 2016 #4 Linux-SWAT said: Be careful, images are overwritten. Click to expand... convert does the same without overwriting.
Linux-SWAT said: Be careful, images are overwritten. Click to expand... convert does the same without overwriting.
PowerGod Forum Addict! Joined Jun 20, 2011 Messages 4,462 Nov 15, 2016 #5 https://repo.openpandora.org/?page=detail&app=converseen-converseen-23156