rsantamaria / papercrop

An easy extension for Paperclip to crop your image uploads using jCrop.
203 stars 83 forks source link

how to select new file on cropbox? #24

Closed webdev36 closed 9 years ago

webdev36 commented 10 years ago

I'm using now paperclip and papercrop but this issue happened on f.cropbox of new event page . url: ...events/new error message: Paperclip::Errors::NotIdentifiedByImageMagickError

how to solve this issue?

rsantamaria commented 9 years ago

Your model must be persisted, and the attachment saved to access the image geometries.

kelset commented 8 years ago

Your model must be persisted, and the attachment saved to access the image geometries.

Can you elaborate a bit over your this? I don't understand.