Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Resized images faded

Status
Not open for further replies.

Dweezel

Technical User
Joined
Feb 12, 2004
Messages
428
Location
GB
I'm using PHP's image resizing functions and as well as resizing the images they seem to be significantly desaturating the colour in them to.
Is there any way of avoiding this or is it just something I've got to put up with?
Thanks.
 
That happens when u resize images, I think you just have to put up with it.
If you have access to compiling your own PHP I think there is a fix for it.

Santa Rosa Web Development

 
Thanks CFMSACCESS, but I've just solved the main problem myself.
I'm working from a book that's a bit old and I've been using ImageCreate with CopyResized. I just found out about ImageCreateTrueColor from a page that I googled and my resized thumbnails are looking fine.
I haven't used CopyResampled yet. Is that better for this type of thing?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top