From: timduru <ti...@ti...> - 2003-08-11 13:07:48
|
> My problem wirh IDS ist this one: > > > + exif problem, when an image had exif info into it, the thumbnail > > was > including the exif data and so making it like 30KB too big. (that one > was really making dialup user yell ;o) ) > > How do you changed it ? I think it was not so difficult ! > > Thanks a lot ! I modified the createDisplayImage method What I do is first create a blank image with no EXIF then copy the current image data into that one. Maybe there another solution with imageMagick I'm not really an expert with it .. ;) I've attached the new version with this message. It also removes the overlay icon on the thumb if I remember well as I didn't really need it, if you want it back you'll have to uncomment some of the lines. let me know if it works for you.. thanks |