[Gimp-user] How to resize image using command?

2014-07-09 Thread Kf Lee
hi I need to reduce the image size for faster web display. Can I issue gimp in command line, non interactive mode, to resize an image? Alse to to reduce further by lowering the quality? Thanks. kfl. ___ gimp-user-list mailing list List address:

Re: [Gimp-user] How to resize image using command?

2014-07-09 Thread Ofnuts
On 09/07/14 20:15, Kf Lee wrote: hi I need to reduce the image size for faster web display. Can I issue gimp in command line, non interactive mode, to resize an image? Alse to to reduce further by lowering the quality? Thanks. kfl. For this kind of use ImageMagick is much better than Gimp:

Re: [Gimp-user] How to resize image using command?

2014-07-09 Thread Chris F.A. Johnson
On Thu, 10 Jul 2014, Kf Lee wrote: I need to reduce the image size for faster web display. Can I issue gimp in command line, non interactive mode, to resize an image? Alse to to reduce further by lowering the quality? Use 'convert' from the ImageMagick package.

Re: [Gimp-user] How to resize image using command?

2014-07-09 Thread Liam R E Quin
On Thu, 10 Jul 2014 02:15:53 +0800 Kf Lee kflee2...@gmail.com wrote: I need to reduce the image size for faster web display. As others have said, convert works well, but for jpeg images you can use jpegoptim afterwards (and for png, pngcrush) to get further improvements. Save the originals,