From: Jeff D. <je...@ba...> - 2003-02-09 16:44:55
|
Image::Magick's internals are in C, Image::Magick is a wrapper for th= e ImageMagick library. I would guarantee that switching to another library will not improve IDS performance. Image::Magick is not a large library, either. The base perl memory footprint is 15 megs, how much memory does = IDS use above that (excluding memory used when manipulating images)? It is not necessary to create thumbnails or resize images on-the-fly. This can be done as an offline process, at your leisure. Before ripping = the image manpulation library out of IDS and replacing it with something else= , it would make the most sense to first discuss what exactly the problem yo= u are attempting to solve is. Jeff > Looks good, has all the features that Image::Magick has and the > internals are in c. I supose it will be faster (in theory of course). > > On Sun, 2003-02-09 at 04:52, Jeff Macdonald wrote: > > http://www.eecs.umich.edu/~addi/perl/Imager/ > > > > IDS uses ImageMagick for thumbnails and resizing. Imager is another p= erl > > module that can do similar things but is mostly self contained. > > > > On Sat, 2003-02-08 at 23:30, Piet Barber wrote: > > > Forgive my ignorance, but what is "Imager"? > > > > > > --- Jeff Macdonald <jef...@vi...> wrote: > > > > Anybody else think the ImageMagick is just to big? > > > > > > > > -- > > > > Jeff Macdonald <jef...@vi...> > > > > Into birding? Check out http://www.migratus.com > > > > > > > > > > > ATTACHMENT part 2 application/pgp-signature name=3Dsignature.asc > > > > > > > > > > > > __________________________________________________ > > > Do you Yahoo!? > > > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > > > http://mailplus.yahoo.com > > > > > > > > > ------------------------------------------------------- > > > This SF.NET email is sponsored by: > > > SourceForge Enterprise Edition + IBM + LinuxWorld =3D Something 2 S= ee! > > > http://www.vasoftware.com > > > _______________________________________________ > > > IDS-devel mailing list > > > IDS...@li... > > > https://lists.sourceforge.net/lists/listinfo/ids-devel > -- > Bruno Tavares <bru...@is...> > Novis Telecom, S.A. - Engenharia / ISP <http://www.novis.pt> > Edif=EDcio Novis > Estrada da Outurela, 118 - A > 2795-606 Carnaxide > Tel +351-210104521 - Fax: +351-210104301 > > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld =3D Something 2 See! > http://www.vasoftware.com > _______________________________________________ > IDS-devel mailing list > IDS...@li... > https://lists.sourceforge.net/lists/listinfo/ids-devel > |