Hi,
I'm trying to get a resized thumbnail (transparent !!) from a png file to gif or png...
This is what i use:
exec ("convert -geometry 20% testimg3.png testimg4.png");
echo "<img src=testimg4.png>\n";
This way i get a thumbnail with a black background... so when i save this picture and open it in photoshop i get all kinds of @#@| pixels in diferent colors, nothing that looks like the image i see in the browser.
Although when i use -sample 20% instead of -geometry i get what i want (transparent image), but the image quality is gone!
So that's not really an option...
I also tryed mogrify... no diference.
ANY idea's?
Kind regards,
Gerry.