Search found 2 matches

by steveparks
Sat Jul 22, 2006 11:38 pm
Forum: Development
Topic: How did you fix PNG transparency in resized images please?
Replies: 3
Views: 5478

Thanks

Hi

Many thanks for the suggestion. I've tried this out (the same code is at php.net) and am getting quality issues, with some black 'interference' around edges of the image.

Here's an example:
http://www.red5.co.uk/testimage.png

notice around the ears? it doesn't seem to deal well with curved ...
by steveparks
Wed Jul 19, 2006 12:41 am
Forum: Development
Topic: How did you fix PNG transparency in resized images please?
Replies: 3
Views: 5478

How did you fix PNG transparency in resized images please?

Hi

I'm struggling with a problem in some code that i'm writing. I need to upload an resize images using GDlib, but whenever I do this with transparent PNGs it gives them a black background.

Searching Google for possible solutions I came across this page: http://www.s9y.org/32.html (the todo list ...