in reply to GIMP Perl - PNG resolution

Hello

Sorry to spoil the fun but you can use ImageMagick's mogrify command to do:bash$ mogrify -units PixelsPerInch -density '300x300' *.png

Hope this helps next time :-)

Aziz,,,

PS. You can also use Image::Magick from perl to do the same. I guess you can also use bulldozer to take out a nail :-)

Replies are listed 'Best First'.
Re: Re: GIMP Perl - PNG resolution
by bladx (Chaplain) on Aug 13, 2001 at 00:37 UTC
    Yeah, it's a nice piece of code, new but when you can use the simple command line option, you might as well be lazy and use it instead. :)

    I am currently learning about image manipulation using Perl and through Image::Magick, so that is much fun! If you have any questions about it, please /msg me! I can try to help ya any way I can.

    Andy Summers