* Thus wrote Ninti Systems ([EMAIL PROTECTED]): > > I read somewhere that memory limitations could cause this, but still, it > only happens sometimes and not others. We are on a crowded shared server > I think.
A quick sample of sizes of images does back this thoery up. Most pictures I sampled, the full picture's that resized properly were ~16KB, the black icon images original size were ~24KB - ~35KB I would think that the GD library will complain at some point if there are memory problems, make sure your settings (on the page that generates the thumbnails) has error_reporting(E_ALL), and monitor any errors that occure there. Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php