R Repository Member Joined Apr 29, 2013 Messages 117 May 22, 2013 #1 A simple application for resizing images,inspired by GTPY - ImageResizer . It uses C++/QT and QImage class to convert the images. SIR - Simple Image Resizer can convert into and from the following formats: JPEG PNG BMP GIF XPM PGM PBM PPM SIR also can rotate your images. Get it from here!
A simple application for resizing images,inspired by GTPY - ImageResizer . It uses C++/QT and QImage class to convert the images. SIR - Simple Image Resizer can convert into and from the following formats: JPEG PNG BMP GIF XPM PGM PBM PPM SIR also can rotate your images. Get it from here!
Tenka Snakes and Fish Joined Jan 28, 2012 Messages 701 May 23, 2013 #2 This may become my Pandora IrFanView replacement. Thank you.
sswam Advanced Member Joined Dec 16, 2009 Messages 1,393 May 24, 2013 #3 Looks good. (I did not try it yet.) Can be useful to make fake screenshots for the repo pleasant wallpapers, etc. Does it have a "crop to fit" option, so the image would fill the screen regardless of original aspect ratio? I recently did a lot of this for my game, using shell programs, imagemagick, mtpaint, and gimp... Also modified a face detection tool, for cropping to faces with this script. Last edited by a moderator: May 24, 2013
Looks good. (I did not try it yet.) Can be useful to make fake screenshots for the repo pleasant wallpapers, etc. Does it have a "crop to fit" option, so the image would fill the screen regardless of original aspect ratio? I recently did a lot of this for my game, using shell programs, imagemagick, mtpaint, and gimp... Also modified a face detection tool, for cropping to faces with this script.