Reading RAW images from Java

后端 未结 4 2049
北恋
北恋 2020-12-14 19:36

Canon/Nikon/other cameras save raw output of their sensor in some of their proprietary formats (.CR2, whatever). Is there any Java library designed to read them and convert

4条回答
  •  自闭症患者
    2020-12-14 20:37

    nef and cr2 already contains preview images in jpeg. just find the right offset and the right length to extract it... Laurent Clevy @ lclevy.free.fr/raw

    Laurent

提交回复
热议问题