You can subscribe to this list here.
2001 |
Jan
(2) |
Feb
(48) |
Mar
(16) |
Apr
(14) |
May
(42) |
Jun
(36) |
Jul
(57) |
Aug
(13) |
Sep
(2) |
Oct
(23) |
Nov
(17) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(5) |
Feb
|
Mar
(10) |
Apr
(1) |
May
(6) |
Jun
|
Jul
(2) |
Aug
(1) |
Sep
(12) |
Oct
(26) |
Nov
(11) |
Dec
(37) |
2003 |
Jan
(11) |
Feb
(27) |
Mar
(5) |
Apr
(21) |
May
(11) |
Jun
(38) |
Jul
(8) |
Aug
(29) |
Sep
(2) |
Oct
|
Nov
(7) |
Dec
(5) |
2004 |
Jan
(5) |
Feb
(2) |
Mar
(19) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
(1) |
Dec
|
2005 |
Jan
|
Feb
(3) |
Mar
(3) |
Apr
(4) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
(2) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(8) |
From: L3ECH <l3...@l3...> - 2003-03-31 17:06:24
|
i'm running ids-0.82 on linux debian unstable. i'm having a problem with ids' search feature. it doesn't work at all. the error message i get is: Software error: Can't use string ("1") as a subroutine ref while "strict refs" in use at /usr/share/perl/5.8.0/File/Find.pm line 1025. i don't know if it's an ids bug, a perl bug, or both. i believe it's probably because i running perl 5.8.0 (which isn't said to be supported by ids), but i'm a lousy perl coder, and i don't really understand how all these stuff work, so basically, i'm asking if there's a quick solution for this problem. i've "googled" on the subject, and i couldn't find anything except for forums with similar questions and no answers. any input would be greatly appreciated. |
From: Robin * S. <pre...@pa...> - 2003-03-06 06:11:11
|
Hello, IDS had severe performance problems for me. I have directories of 500-2000 photos now that big compact flash cards are cheap. Up to 9 seconds to load a page, down to less than 2 seconds with this mod. The idea is to cache the time info in album-data directory. basically I changed fillDateHash() To find out if the data is already in %mtime, if it is not, then read the cache, if it is still not there, check the file via the old means. After rendering the page, then it writes all the data in %mtime out to album-data/ALBUMNAME/time-cache.txt The problem was that before this change, the date info was re-calculated for every page view for all files in an album. This made large albums very very slow to view. I added 3 new functions to do this. getMtimeCacheName() given a file return the name of its cache. readMtimeCache() fill mtime from a file. writeMtimeCache() given the hash write it out to a file(s) -- -R*S San Francisco, CA Robin * Slomkowski ro...@sl... |
From: Rick P. <ric...@ho...> - 2003-02-21 02:37:18
|
Barry, That is a great find. I didn't notice that earlier (always seem to overlook the little stuff). Let me check that on my end. Thanks for the input. Any other ideas are welcome with open arms! Thanks, Rick _________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus |
From: <sw...@cy...> - 2003-02-21 01:31:46
|
Rick, I saw a problem like this in our installation and I wonder if you don't have a similar cause. Using "View Source" to look at the html that ids produces for your site, I see that your image references have this format: img src="album-data/./Sample%20Album/Black2.album_icon.png" I'm concerned about the /./ in the middle of the path, not because it's invalid, but because I think it may confuse the Apache configuration parser. The Location directives where you place the Sethandler directives need to match the path to your images. I don't know if this /./ will cause problems there or not. Hope this helps. Barry |
From: Rick P. <ric...@sa...> - 2003-02-20 22:42:06
|
Piete/Ashley, I read both of your e-mails and I can add a little more to the discussion. I can not, due to security reasons, execute a .cgi (or any other executable file) outside of my .cgi-bin. So that means that I can't move the entire app outside of .cgi directory and use it. From what I understand IDS must be executed as a "package". Meaning all files must reside in one parent directory called "IDS" or what ever. So that leads me to ask the following questions that hopefully you guys can answer: - Can the IDS application package be split apart, easily, so that only the necessary executable files are located in the .cgi directory? Furthermore, can this be done without manually editing the various .cgi files? - If I am able to "split" the application apart, which files would need to remain in the .cgi directory? Just .cgi files or are there other files config files, etc.. that would need to stay? I am curious how most others get this thing up and running? Do they have problems similar to mine? I am sure that the vast majority of IDS users are running the app in a shared web hosting environment that is similar to mine. As far as the "HowTo" you spoke of.... I would be willing to do the HowTo Installation Documentation after I get this thing up and running. I might be a good candidate because of all of the issues that I have been having with my shared hosting environment. Also, if you are interested... I would be willing to host an IDS forum on my message board so that issues can be more easily discussed. I have just gotten the thing up and running and it is in great shape. It is a phpBB board with lots of cool options. There are no posts to the board yet because I haven't linked it to my site yet. You can go to http://www.ricknlisa.com/boards/ and have a look if you want. Have a great day and thanks for all of the help you guys have been providing. Thanks, Rick "WorldSecure Server <safeway.com>" made the following annotations on 02/20/03 15:41:59 ------------------------------------------------------------------------------ Warning: All e-mail sent to this address will be received by the Safeway corporate e-mail system, and is subject to archival and review by someone other than the recipient. This e-mail may contain information proprietary to Safeway and is intended only for the use of the intended recipient(s). If the reader of this message is not the intended recipient(s), you are notified that you have received this message in error and that any review, dissemination, distribution or copying of this message is strictly prohibited. If you have received this message in error, please notify the sender immediately. ============================================================================== |
From: Piet B. <pie...@ya...> - 2003-02-20 21:40:31
|
> >Which is why none of the pictures show on your page. > >I bet there are a whole lot of 500 Internal Server errors in your web server > >error logs. > > > No there aren't - but that's also because I don't run IDS from any > cgi-bin. I run IDS from a regular, non-cgi-bin location on my (Apache) > server. And since Apache knows to execute anything that has .cgi on it, > it'll only worry about those, nothing else. I think you misunderstood my post. (or maybe i did a bad job of 'splaining myself) Yes, of course, that's how it's supposed to be run. (IDS isn't supposed to run in the cgi-bin directory) ...but Rick has his installation of ids running from his cgi-bin directory. Look at the original URL in the original message asking for help. > I can get IDS to run. You can go to > http://www.ricknlisa.com/cgi-bin/ids/index.cgi and have a look. ^^^^^^^^ > Problem is that I I can get absolutely no images to display in the program. > This includes template images, album images, or icon images. If you go to his webpage, you'll find the page loads. If you look at the source of the HTML output, specifically the part of the source that tries to display the ids-logo, here's the snip: <img src="themes/Black2/images/ids-logo.gif" width="62" height="62"> That img src is a relative link. Here's what it is expanded: http://www.ricknlisa.com/cgi-bin/ids/themes/Black2/images/ids-logo.gif If you attempt to go to that page, you'll find that it's an Internal Server Error page (500) The ids-logo.gif file is in that location, and the directory hierarchy above it must exist. (or we would have gotten a 404 error) But the server's ScriptAlias statement for the cgi-bin directory tells the web server to attempt to execute it, instead of display it. Rick's solution is to get the ids stuff out of the cgi-bin directory, and add some entries like what's in your httpd.conf > # cat /etc/httpd/conf/conf.photos.yeehaw.net > DocumentRoot /var/www/vhosts/photos.yeehaw.net/htdocs > <Directory /var/www/vhosts/photos.yeehaw.net/htdocs> > Options FollowSymLinks Includes ExecCGI > AllowOverride AuthConfig Limit FileInfo > </Directory> __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ |
From: Ashley M. K. <as...@pc...> - 2003-02-20 17:01:51
|
Piet Barber wrote: >Which is why none of the pictures show on your page. >I bet there are a whole lot of 500 Internal Server errors in your web server >error logs. > No there aren't - but that's also because I don't run IDS from any cgi-bin. I run IDS from a regular, non-cgi-bin location on my (Apache) server. And since Apache knows to execute anything that has .cgi on it, it'll only worry about those, nothing else. # cat /etc/httpd/conf/conf.photos.yeehaw.net DocumentRoot /var/www/vhosts/photos.yeehaw.net/htdocs <Directory /var/www/vhosts/photos.yeehaw.net/htdocs> Options FollowSymLinks Includes ExecCGI AllowOverride AuthConfig Limit FileInfo </Directory> # cat /etc/httpd/conf/httpd.conf [ ... snip ... ] ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" <IfModule mod_dir.c> DirectoryIndex index.html index.htm index.shtml index.php index.cgi </IfModule> AddHandler cgi-script .cgi [ ... snip .. ] Notice that my cgi-bin has nothing to do with my IDS installation. And IDS is not in any cgi-bin location, it's being run as a simple vhost, with provisions to allow .cgi files to be executed, rather than read in as any other .html or .jpg file(s). Someone should document this and write a Setup Howto - we don't really have one. I and still haven't setup CVS..urgh, what's wrong with me. Sorry, I'll get to it. -- M | I haven't lost my mind; it's backed up on tape somewhere. +-------------------------------------------------------------------- Ashley M. Kirchner <mailto:as...@pc...> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave. #6 http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A. |
From: Piet B. <pie...@ya...> - 2003-02-20 16:30:13
|
It has to be because the program is being run from the cgi-bin directory, and not from a regular directory. when the ids program lives in the cgi-bin directory, all of the files get treated as programs, and not as images. While this is ok for the index.cgi program, it's not so OK for the images that live in the same directory structure. so when the HTML pages from IDS show an <img> tag, it will direct the web browser to attempt to fetch an image from, for example... "http://ricknlisa.com/cgi-bin/ids/albums/pictures1/me.jpg" The webserver will say, "Hey! This is something in the cgi-bin directory! I have a configuration that says everything in cgi-bin is a program. Therefore There's a program I need to go run. Let's go find .../cgi-bin/ids/albums/pictures1/me.jpg and try to execute it!" Then it will attempt to execute the me.jpg program. Which isn't a program at all, it's a jpeg image file. Which is why none of the pictures show on your page. I bet there are a whole lot of 500 Internal Server errors in your web server error logs. --- Rick Pugh <ric...@mi...> wrote: > Clear DayHi All, > > I would like to start by thanking all of you who helped me earlier this week > with my installation issues, especially Ashley and Piet. I have worked > through those and now have another problem. It turned out that I was > missing a the IMAGE::INFO perl module. > > I can get IDS to run. You can go to > http://www.ricknlisa.com/cgi-bin/ids/index.cgi and have a look. Problem is > that I I can get absolutely no images to display in the program. This > includes template images, album images, or icon images. > > I have uploaded all of the images three times to make sure they were > uploaded in Binary format with WS_FTP. > > Two things I am not sure of though. First what file permissions should an > image file have? They are in my "cgi-bin" directory now and have a > permission of 755. Is this correct? Could this be causing my problems? I > don't think so because Images that did have a permission of 644 didn't > display either. > > Second, I have the IMAGE::MAGICK module installed. Does this mean that > PerlMagick is installed. Also, do I have to separately install ImageMagick > 5.3.1? I am a little confused on this whole thing. > > > > If anyone could help I would greatly appreciate it. > > > Thanks, > Rick > > __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ |
From: Bruno T. <ba...@is...> - 2003-02-20 12:15:24
|
Hi there, This seems more like a http server issue... what are you using apache? iis?. Either way check if the locations where you have the images are configured to show them as images and not as cgi's. On Thu, 2003-02-20 at 05:17, Rick Pugh wrote: > Hi All, > > I would like to start by thanking all of you who helped me earlier > this week with my installation issues, especially Ashley and Piet. I > have worked through those and now have another problem. It turned out > that I was missing a the IMAGE::INFO perl module. > > I can get IDS to run. You can go to > http://www.ricknlisa.com/cgi-bin/ids/index.cgi and have a look. > Problem is that I I can get absolutely no images to display in the > program. This includes template images, album images, or icon images. > > I have uploaded all of the images three times to make sure they were > uploaded in Binary format with WS_FTP. > > Two things I am not sure of though. First what file permissions > should an image file have? They are in my "cgi-bin" directory now and > have a permission of 755. Is this correct? Could this be causing my > problems? I don't think so because Images that did have a permission > of 644 didn't display either. > > Second, I have the IMAGE::MAGICK module installed. Does this mean > that PerlMagick is installed. Also, do I have to separately install > ImageMagick 5.3.1? I am a little confused on this whole thing. > > > > If anyone could help I would greatly appreciate it. > > > Thanks, > Rick > > -- Bruno Tavares <bru...@is...> Novis Telecom, S.A. - Engenharia / ISP <http://www.novis.pt> Edifício Novis Estrada da Outurela, 118 - A 2795-606 Carnaxide Tel +351-210104521 - Fax: +351-210104301 |
From: Jeff M. <jef...@vi...> - 2003-02-20 02:18:14
|
As I was trying to make ids easier to install by including all CPAN modules in the distribution I asked myself, 'why not just start ids2'. I believe there was talk of making it more modular with perl modules. I'm willing to start the ball rolling. I'm assuming that ids2 will be CGI based and written in perl. Off the top of my head I can think of the following modules: ACL - access control list - keys off of REMOTE_USER from environment Photo - handles all image manipulation Album - handles groups of photos Template- handles page layout Any comments? --=20 Jeff Macdonald <jef...@vi...> Into birding? Check out http://www.migratus.com |
From: Jeff M. <jef...@vi...> - 2003-02-20 01:56:59
|
Could you provide the lines around line 134? On Mon, 2003-02-10 at 17:19, David Smith wrote: > What is this, > I just uploaded a bunch of photos in a zip. I can see all the photos in > admin, but if I go to the user viewer I get this in the browser: >=20 > Software error: > Month '81' out of range 0..11 at /idsShared.pm line 134=20 > For help, please send mail to the webmaster (ad...@my...), giving > this error message and the time and date of the error. >=20 >=20 > And this in the logs: >=20 > [Mon Feb 10 13:56:29 2003] index.cgi: Creating path > "album-data//Mexico/Michoacan_02052003/" at /idsShared.pm line 806 > [Mon Feb 10 13:56:29 2003] index.cgi: > main::writeItemDesc('album-data//Mexico/Michoacan_02052003/album_image.t > xt', '//Mexico/Michoacan_02052003/IMG_1762.JPG') called at /idsShared.pm > line 687 > [Mon Feb 10 13:56:29 2003] index.cgi: > main::generateAlbumPreview('albums//Mexico/Michoacan_02052003') called > at /home/dsmith/public_html/photos/index.cgi line 428 > [Mon Feb 10 13:56:29 2003] index.cgi: main::generateAlbum('/./Mexico') > called at /home/dsmith/public_html/photos/index.cgi line 106 > [Mon Feb 10 13:57:13 2003] index.cgi: Month '81' out of range 0..11 at > /idsShared.pm line 134 >=20 > [root@mypchelp dsmith]# [Mon Feb 10 13:58:20 2003] index.cgi: Created > path "../image-cache/Mexico/Michoacan_02052003" at ../idsShared.pm line > 602. > [Mon Feb 10 14:05:23 2003] index.cgi: Month '81' out of range 0..11 at > /idsShared.pm line 134 >=20 >=20 >=20 > ------------------------------------------------------- > 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 --=20 Jeff Macdonald <jef...@vi...> Into birding? Check out http://www.migratus.com |
From: Ashley M. K. <as...@pc...> - 2003-02-18 23:03:03
|
Rick Pugh wrote: > Hi everyone, > > I came across IDS last week and I am very excited about it. > > Problem is that I have been having some really strange installation > issues and I would like to know if there is Message Board somewhere > for this project where I could get some help? This would be the 'message board'. Fire away. -- W | I haven't lost my mind; it's backed up on tape somewhere. +-------------------------------------------------------------------- Ashley M. Kirchner <mailto:as...@pc...> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave. #6 http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A. |
From: Rick P. <ric...@ho...> - 2003-02-18 22:58:04
|
Hi everyone, I came across IDS last week and I am very excited about it. Problem is that I have been having some really strange installation issues and I would like to know if there is Message Board somewhere for this project where I could get some help? If not, would anyone be interested in helping me work through my issues? Any help would be greatly appreciated as I have used all the intelligence that god gave me and I haven't gotten very far. Thanks, Rick _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail |
From: David S. <ds...@my...> - 2003-02-10 22:19:39
|
What is this, I just uploaded a bunch of photos in a zip. I can see all the photos in admin, but if I go to the user viewer I get this in the browser: Software error: Month '81' out of range 0..11 at /idsShared.pm line 134 For help, please send mail to the webmaster (ad...@my...), giving this error message and the time and date of the error. And this in the logs: [Mon Feb 10 13:56:29 2003] index.cgi: Creating path "album-data//Mexico/Michoacan_02052003/" at /idsShared.pm line 806 [Mon Feb 10 13:56:29 2003] index.cgi: main::writeItemDesc('album-data//Mexico/Michoacan_02052003/album_image.t xt', '//Mexico/Michoacan_02052003/IMG_1762.JPG') called at /idsShared.pm line 687 [Mon Feb 10 13:56:29 2003] index.cgi: main::generateAlbumPreview('albums//Mexico/Michoacan_02052003') called at /home/dsmith/public_html/photos/index.cgi line 428 [Mon Feb 10 13:56:29 2003] index.cgi: main::generateAlbum('/./Mexico') called at /home/dsmith/public_html/photos/index.cgi line 106 [Mon Feb 10 13:57:13 2003] index.cgi: Month '81' out of range 0..11 at /idsShared.pm line 134 [root@mypchelp dsmith]# [Mon Feb 10 13:58:20 2003] index.cgi: Created path "../image-cache/Mexico/Michoacan_02052003" at ../idsShared.pm line 602. [Mon Feb 10 14:05:23 2003] index.cgi: Month '81' out of range 0..11 at /idsShared.pm line 134 |
From: Jeff M. <jef...@vi...> - 2003-02-10 02:45:57
|
Ashley, What the chances you would accept patches for Imager? How's the CVS stuff going? On Sun, 2003-02-09 at 20:33, Jeff Dafoe wrote: > I will give you that, ImageMagick is probably one of the > hardest-to-install libraries I have ever worked with. But it's primarily > due to patent issues with some of the image manipulation libraries that i= t > uses and the fact that they can't distribute everything as one big packag= e > as a result. > >=20 > Jeff >=20 >=20 >=20 > ----- Original Message ----- > From: "Jeff Macdonald" <jef...@vi...> > To: "IDS Mailing List" <ids...@li...> > Sent: Sunday, February 09, 2003 8:08 PM > Subject: Re: [Ids-devel] Replace ImageMagick with Imager? >=20 >=20 >=20 >=20 > ------------------------------------------------------- > 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 --=20 Jeff Macdonald <jef...@vi...> Into birding? Check out http://www.migratus.com |
From: Anthony A. D. T. <aa...@ve...> - 2003-02-10 01:40:07
|
>I will give you that, ImageMagick is probably one of the >hardest-to-install libraries I have ever worked with. Try GTK on SunOS 5 sometime. |
From: Jeff D. <je...@ba...> - 2003-02-10 01:33:48
|
I will give you that, ImageMagick is probably one of the hardest-to-install libraries I have ever worked with. But it's primarily due to patent issues with some of the image manipulation libraries that it uses and the fact that they can't distribute everything as one big package as a result. Jeff ----- Original Message ----- From: "Jeff Macdonald" <jef...@vi...> To: "IDS Mailing List" <ids...@li...> Sent: Sunday, February 09, 2003 8:08 PM Subject: Re: [Ids-devel] Replace ImageMagick with Imager? |
From: Jeff M. <jef...@vi...> - 2003-02-10 01:07:05
|
On Sun, 2003-02-09 at 11:44, Jeff Dafoe wrote: <snip> > > 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. >=20 > Jeff >=20 >=20 My motivation is that every time I've tried to install the ImageMagick CPAN modules, they don't match whatever version of ImageMagick I have on the system. So there are two options: 1) Install ImageMagick C lib and perl modules from same tarball 2) use something else (Imager) Imager is self contained (except for libpng, etc libs which I believe ImageMagick uses too) and seems to have less dependency problems. ImageMagick seems bigger. I'm just going by tar file sizes: -rw-rw-r-- 1 jeff jeff 4.1M Feb 3 10:39 ImageMagick-5.5.4-4= .tar.gz -rw-rw-r-- 1 jeff jeff 511K Apr 12 2002 Imager-0.41.tar.gz So the problem I'm trying to solve is to simplify the system during installation and to make the code 'self hosting' minus the standard perl and apache installation. > > 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=C3=ADcio 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 > > >=20 >=20 >=20 > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld http://www.vasoftware.c= om > _______________________________________________ > IDS-devel mailing list > IDS...@li... > https://lists.sourceforge.net/lists/listinfo/ids-devel --=20 Jeff Macdonald <jef...@vi...> Into birding? Check out http://www.migratus.com |
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 > |
From: Bruno T. <ba...@is...> - 2003-02-09 16:27:38
|
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 perl > 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=signature.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 = Something 2 See! > > 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ício Novis Estrada da Outurela, 118 - A 2795-606 Carnaxide Tel +351-210104521 - Fax: +351-210104301 |
From: Anthony A. D. T. <aa...@ve...> - 2003-02-09 05:10:48
|
If it results in IDS being faster, I'm all for it. |
From: Jeff M. <jef...@vi...> - 2003-02-09 04:51:36
|
http://www.eecs.umich.edu/~addi/perl/Imager/ IDS uses ImageMagick for thumbnails and resizing. Imager is another perl 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"? >=20 > --- Jeff Macdonald <jef...@vi...> wrote: > > Anybody else think the ImageMagick is just to big?=20 > >=20 > > --=20 > > Jeff Macdonald <jef...@vi...> > > Into birding? Check out http://www.migratus.com > >=20 >=20 > > ATTACHMENT part 2 application/pgp-signature name=3Dsignature.asc >=20 >=20 >=20 > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com >=20 >=20 > ------------------------------------------------------- > 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 --=20 Jeff Macdonald <jef...@vi...> Into birding? Check out http://www.migratus.com |
From: Piet B. <pie...@ya...> - 2003-02-09 04:30:32
|
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=signature.asc __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |
From: Jeff M. <jef...@vi...> - 2003-02-09 03:45:31
|
Anybody else think the ImageMagick is just to big?=20 --=20 Jeff Macdonald <jef...@vi...> Into birding? Check out http://www.migratus.com |
From: Anthony A. D. T. <aa...@ve...> - 2003-02-08 21:51:20
|
> Perhaps we should also include the modules IDS requires as part >if the total package. I fully agree. I'm often frustrated when trying to build a package when I find several layers of dependencies, especially when version incompatibilities have crept in. I recall this having happened with libtiff and libjpeg over the years. If IDS is going to be developed, I would be pleased to see a known full compatible of modules included. |