|
#1
|
|||
|
|||
|
EXIF DATA AND GD LIBRARY RESIZE
My EXIF data gets lost when using the hacked version of admin index.php by utoks. This hack will resize images (and make wallpaper) to a specified size- for example 600px wide.
I noticed that images resized with the GD library lose their EXIF metadata. Does anyone know if the GD library IS CAPABLE of preserving the EXIF data? The utoks hack was neat in that I didn't have to manually resize my images down to my blog's maxium width. Otherwise, it's back to the manual stuff. BTW, ACDSEE does preserve the EXIF data using its resize tool - for those that would like to know. Cheers |
|
#2
|
|||
|
|||
|
Re: EXIF DATA AND GD LIBRARY RESIZE
Quote:
__________________
reflectingmyself photoblog :: reflejandome fotoblog [ http://www.reflejandome.com ] |
|
#3
|
|||
|
|||
|
Hi thanks for the info. However, I believe ver 2 of the GD lib still has the problem. Here is my install info via pixelpost admin page:
Quote:
Thanks again! |
|
#4
|
|||
|
|||
|
I haver apache 2 and php version 5, not 4, the GDI is the same as you.
This is the information of GD [gd] => Array ( [GD Support ] => Array ( [0] => enabled ) [GD Version ] => Array ( [0] => bundled (2.0.28 compatible) ) [FreeType Support ] => Array ( [0] => enabled ) [FreeType Linkage ] => Array ( [0] => with freetype ) [FreeType Version ] => Array ( [0] => 2.1.9 ) [GIF Read Support ] => Array ( [0] => enabled ) [GIF Create Support ] => Array ( [0] => enabled ) [JPG Support ] => Array ( [0] => enabled ) [PNG Support ] => Array ( [0] => enabled ) [WBMP Support ] => Array ( [0] => enabled ) [XBM Support ] => Array ( [0] => enabled ) ) I hope it can be useful
__________________
reflectingmyself photoblog :: reflejandome fotoblog [ http://www.reflejandome.com ] |
| Post Reply |
| Thread Tools | |
|
|