Hello,
I use a small experimental program with Libraw and Windows 10
Thanks a lot for all the job done !
All worked well with 0.20.2 release and previous also.
When i upgraded for the 0.21.2 release i got an error -100009 for the method "open_file" :
wchar_t* array = new wchar_t[length + 1]
//....
int ret = this->processor->open_file( array ) ;
// ret is -100009
Today I've tried to get LibRaw working with DNG SDK 1.7 using Visual C++ 2022.
I've downloaded the latest LibRaw snapshot from Github.
After some struggling I've managed to create a .lib for the DNG SDK (Adobe should really include a VC solution for that) and then I've following the instructions in README.DNGSDK.txt
My first tests show that this apparently works many of my sample DNG files, but it fails for others, producing "wrong" colors with a bad magenta cast. See attached image 003 (image 002 is the same photo loaded in ACR with default settings).
I am trying to build the LibRaw as part of the FreeImage-Library (which has no new version since 2018) and I am getting some 'unresolved external symbol' errors in the linker.
I opened a DNG image I made with Galaxy S21 Ultra with a program called EasyHDR. I really like the white balance provided by LibRaw (or Dcraw, which is optional), but I can't use Libraw/Dcraw settings in Adobe Camera Raw 10.0 (Photoshop CC 2018).
When I am trying to use libraw in iOS - Swift project it's static file ( .a file) does not remain accessible. Not able to use it's method it's giving an error not complied for arm64 architecture.
Recent comments