gzigzigzeo / carrierwave-meta

File's metadata saving plugin for carrierwave
MIT License
85 stars 48 forks source link

Support for retrieving metadata from PDF and PostScript image files #10

Closed SergeyKishenin closed 12 years ago

SergeyKishenin commented 12 years ago

Added support for retrieving metadata from PDF and PostScript image files as there is support in ImageMagick for their processing.

gzigzigzeo commented 12 years ago

Thank you!

gzigzigzeo commented 12 years ago

Could you provide specs & sample PSD & PostScript files?

bcackerman commented 11 years ago

I keep getting a rollback when I try to upload a PDF or EPS file. Any idea what's going on? I even commented out the whitelist method in my uploader.

gzigzigzeo commented 11 years ago

1) What image processor are you using? 2) Does any errors/warnings exists at application log?

bcackerman commented 11 years ago

I'm using carrierwave and fog sending my assets to S3. What's odd is there is no error in the server log except a ROLLBACK if I try to upload eps or PDF files.

Wait, is this carrierwave-meta gem used instead of carrierwave or in addition?

Bruce

On Nov 19, 2012, at 9:54 AM, Victor Sokolov notifications@github.com wrote:

1) What image processor are you using? 2) Does any errors/warnings exists at application log?

— Reply to this email directly or view it on GitHubhttps://github.com/gzigzigzeo/carrierwave-meta/pull/10#issuecomment-10518664.

gzigzigzeo commented 11 years ago

It is used as uploader's plugin, in addition to carrierwave.