I successfully built SIR 2.7.3 on Haiku, (thanks to my previous ticket, the issue about the window of the app was solved).
But when i insert any PNG image file inside SIR, and I select that file in the list inside SIR, the app will crash (i cannot also see t he preview of PNG files).
I've tried to build SIR using libpng 1.5.12 and libpng 1.6.14, but this issue was still here: if i click on any PNG file inside SIR, SIR will crash, no difference if the png file will contain alpha channel or not.
I have found a workaround to prevent this crash and then to be able to see the preview of PNG files: I opened the SIR.conf file and changed the string
[Metadata]
enabled=true
to
[Metadata]
enabled=false
But in that way i cannot work on metadata of JPG files; i have to enable again metadata support.
I successfully built SIR 2.7.3 on Haiku, (thanks to my previous ticket, the issue about the window of the app was solved).
But when i insert any PNG image file inside SIR, and I select that file in the list inside SIR, the app will crash (i cannot also see t he preview of PNG files).
I've tried to build SIR using libpng 1.5.12 and libpng 1.6.14, but this issue was still here: if i click on any PNG file inside SIR, SIR will crash, no difference if the png file will contain alpha channel or not.
I have found a workaround to prevent this crash and then to be able to see the preview of PNG files: I opened the SIR.conf file and changed the string
[Metadata]
enabled=true
to
[Metadata]
enabled=false
But in that way i cannot work on metadata of JPG files; i have to enable again metadata support.