PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs - vBulletin 3.5.X (http://www.photopost.com/forum/bugs-vbulletin-3-5-x/)
-   -   Thumbnails File size VERY large (unnecessary exif info) (http://www.photopost.com/forum/bugs-vbulletin-3-5-x/122851-thumbnails-file-size-very-large-unnecessary-exif-info.html)

vissa February 6th, 2006 08:29 AM

Thumbnails File size VERY large (unnecessary exif info)
 
I have my gallery now set to use ImageMagick. Thumbnail quality is set very low. Most thumbnails come out to 1-3K, however I have discovered many new ones coming out to between 10 and 35K . Upon examining these small thumbs, it turns out they contain a huge amount of EXIF information. I understand that it is possible for ImageMagick and GD to strip the EXIF information from thumbs. Perhaps that was standard behavior for GD and not ImageMagick (which I have just switched to).

It's a simple switch I believe to have ImageMagick strip the EXIF info from thumbs, and I think it would be a very good idea.

Thanks
-vissa

Zachariah February 6th, 2006 08:52 AM

sounds good to me
- moven to bugs

KW802 February 6th, 2006 11:12 AM

Zach', check the forums... I *think* this came up before but can't remember the resolution.

vissa February 6th, 2006 04:38 PM

If you find anything on this, please post a patch here so I can test it out for you (even before a new release).

Thanks!
-vissa

Chuck S February 6th, 2006 05:08 PM

Zach to remove exif information from the images you would add in your mogrify command line this statement in the code this

profile \"*\"

vissa February 7th, 2006 08:15 PM

I've confirmed that this only happens when ImageMagick is used. GD2 Seems to strip the extra EXIF information from thumbs (which makes a huge difference in file size).

-vissa

Chuck S February 7th, 2006 08:31 PM

VB Gallery really should use mogrify instead of convert.

Chuck S February 7th, 2006 08:31 PM

VB Gallery really should use mogrify instead of convert in functions_gallery_imagedit.php


All times are GMT -5. The time now is 02:30 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97