espen / balder

Balder - Open source Ruby on Rails photo gallery
http://balderapp.com
MIT License
263 stars 97 forks source link

Exif data in view. #13

Closed ghost closed 13 years ago

ghost commented 13 years ago

Are exif data supported? i dont see any referenced to the exif data in view or code

espen commented 13 years ago

Check exif_read and exif_write in the photo model. Just enable the callbacks. I disabled them because it was a bit slow when doing large imports. I will do some further speed tests and re-enable them by default if it goes well.

https://github.com/espen/balder/blob/master/app/models/photo.rb