KevDog
5th of May 2003 (Mon), 08:49
Im not sure if this topic has been covered, however how about adding the capabilities to the program of making thumbnails, microthumbnails, or any other size of image using a program such as netpbm. This program is freeware and allows automated resizing, rotating, and cropping of images. Advantages of netpbm over php's built in gd library:
1. GD won't support JPEG or PNG formats unless you have them compiled in to PHP. Most servers don't have it compiled in because it can be a pain to install the right libraries, etc.
2. GD won't support GIF unless you have a particularly old version of the GD library on your system that predates the copyright infringement issues [reference].
3. GD does not support image rotation. Can ya believe it?
4. GD generates terrible thumbnails, unless you happen to have included the ImageCopyResizedBicubic patch.
Just a thought. Im aware not all users would not want to use this option and would like an external program such as Photoshop or any other image editor to add their own microthumbs or thumbs. Automatic thumb, microthumb generation however would give at least most users a quick way to add photos to a gallery, and then give them the option to add or revise the thumbs, and larger scaled images later.
Just a thought. Thanks“
http://netpbm.sourceforge.net
*No affiliation with this product in the least, just thought it would be a viable option
1. GD won't support JPEG or PNG formats unless you have them compiled in to PHP. Most servers don't have it compiled in because it can be a pain to install the right libraries, etc.
2. GD won't support GIF unless you have a particularly old version of the GD library on your system that predates the copyright infringement issues [reference].
3. GD does not support image rotation. Can ya believe it?
4. GD generates terrible thumbnails, unless you happen to have included the ImageCopyResizedBicubic patch.
Just a thought. Im aware not all users would not want to use this option and would like an external program such as Photoshop or any other image editor to add their own microthumbs or thumbs. Automatic thumb, microthumb generation however would give at least most users a quick way to add photos to a gallery, and then give them the option to add or revise the thumbs, and larger scaled images later.
Just a thought. Thanks“
http://netpbm.sourceforge.net
*No affiliation with this product in the least, just thought it would be a viable option