in reply to Resizing images without Image::Magick

PDL module is even more powerful than Image::Magick. It is my module of choice for scientific applications.

  • Comment on Re: Resizing images without Image::Magick

Replies are listed 'Best First'.
Re: Re: Resizing images without Image::Magick
by impossiblerobot (Deacon) on Aug 25, 2002 at 02:35 UTC
    I am interested in PDL, but it seems so overwhelming. Could you give an example of how you would do this task using the PDL module(s)?

    Impossible Robot

      /me trying to ssh my server to find an example... Where is putty.exe? No way - server is down and it's saturday. Can't see http://pdl.perl.org either. Weird.

      PDL will read() and write() images just like ImageMagick, but it will also allow you to access the image bits as data (an image is a perl object). And PDL comes with lots of image processing functions.

      I'm sorry, I can't give you any examples right now :(