Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supporting the Raw image format (digital negatives) #13650

Closed
oparoz opened this issue Jan 24, 2015 · 5 comments
Closed

Supporting the Raw image format (digital negatives) #13650

oparoz opened this issue Jan 24, 2015 · 5 comments

Comments

@oparoz
Copy link
Contributor

oparoz commented Jan 24, 2015

The RAW image format is popular among photographers and what better than a cloud to store all these shots online to preview and share them?
The problem is that there isn't a standard like for PNG or JPEG. Most are based on TIFF, but use different headers.

Here is the list of formats supported by ImageMagick:

  • Sony Alpha RAW .arw
  • Canon RAW 2 .cr2
  • Digital Camera Raw .dcr
  • Digital Negative .dng
  • EPSON RAW .erf
  • Intelligent Image Quality RAW .iiq
  • Kodak DC40/DC50 RAW .kdc
  • Kodak DC25 RAW .k25
  • Nikon RAW .nef
  • Mamiya RAW .mef
  • Olympus RAW .orf
  • Panasonic RAW .rw2
  • PENTAX RAW .pef
  • Fujifilm RAW .raf
  • Sony RAW File .srf .sr2
  • SIGMA RAW .xrf

I've implemented support for CR2 and DNG, but I'm calling for experts to voice their opinion on whether we should support all extensions or not.

@oparoz
Copy link
Contributor Author

oparoz commented Jan 24, 2015

cc @georgehrke @jancborchardt

@ghost
Copy link

ghost commented Jan 24, 2015

Some refs for existing requests: owncloud-archive/apps#1113, owncloud-archive/apps#439

@oparoz
Copy link
Contributor Author

oparoz commented Jan 24, 2015

Thanks @RealRancor :)

PR available here: #13652

@PVince81
Copy link
Contributor

Linking your new PR here: #14878

Moving to 8.2

@PVince81 PVince81 modified the milestones: 8.2-next, 8.1-current Apr 23, 2015
@oparoz oparoz removed this from the 8.2-next milestone Apr 23, 2015
@oparoz
Copy link
Contributor Author

oparoz commented Apr 23, 2015

Providers are no longer accepted in core. This may be available in the future as a patch or an app.

@oparoz oparoz removed their assignment Apr 23, 2015
@oparoz oparoz closed this as completed Aug 13, 2015
@lock lock bot locked as resolved and limited conversation to collaborators Aug 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants