2

I want to convert a photo (shooted with Sony digital camera, .arw) in a Raw file and / or jpeg. Is there any library that can help me?

Nicola Russo
  • 133
  • 1
  • 2
  • 9

1 Answers1

1

I would recommend using WIC. Windows Imaging Component comes with WPF, so your project would need to start there if you want the library by default.

There are several examples using WIC. Resizing images, Copying metadata, or Convert to different formats

You will need the Sony RAW codec to open the arw file.

crthompson
  • 15,653
  • 6
  • 58
  • 80