owncloud-archive / apps

Repo for ownCloud apps. Code here is work in progress and not intended for endusers
373 stars 337 forks source link

raw file support in file viewer, pictures and gallery #439

Open Sagdiyev opened 11 years ago

Sagdiyev commented 11 years ago

This is my first RFE/Feature request so please let me know if this is not the correct place or if there is any process I must follow...

I propose support for raw camera files be added to the file viewer, pictures and gallery apps.

This could be done using ImageMagick in concert with libraw/dcraw. ImageMagick for the conversion pipeline, dcraw/libraw for the raw file support (thousands of proprietary raw variants, continuously updated).

https://en.wikipedia.org/wiki/Raw_image_format http://www.imagemagick.org/script/index.php http://www.cybercom.net/~dcoffin/dcraw/ http://www.libraw.org/

slurm commented 10 years ago

+1

tflidd commented 10 years ago

https://github.com/owncloud/apps/issues/1113

oparoz commented 9 years ago

Implementation via ImageMagick https://github.com/owncloud/core/pull/13652