Closed SergeyKishenin closed 12 years ago
Thank you!
Could you provide specs & sample PSD & PostScript files?
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.
1) What image processor are you using? 2) Does any errors/warnings exists at application log?
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.
It is used as uploader's plugin, in addition to carrierwave.
Added support for retrieving metadata from PDF and PostScript image files as there is support in ImageMagick for their processing.