Hello CommEngineers! Whenever I upload an image sized greater than
500px x 500px (using the following attachment_fu params),
attachment_fu seems to create a :medium file of the correct pixel
width/height, but the actual file size is larger than the original
image (in the 1024px range).
has_attachment :content_type => ['image/jpg', 'image/jpeg', 'image/
pjpeg', 'image/gif', 'image/png', 'image/x-png'],
:storage => :file_system,
:max_size =>3.megabytes,
:thumbnails => { :thumb=> '100', :medium => '500' },
:processor => 'ImageScience'
Has anyone experienced this before?
Thanks in advance!
--Jared
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CommunityEngine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/communityengine?hl=en
-~----------~----~----~----~------~----~------~--~---