-
I am re-saving my images using this library to get better quality. this is the code I use:
"original.exr" in the code above is created by an image sdk (which is not open-source) that puts a signature on images. so i'm having a problem where sdk does not recognize the images anymore after I re-save them using the example above. also the size of the image changes from 1,020kb to 1,356kb. so my question is can I re-save the images using your library without changing some feature in the image so it's signature doesn't get messed up? thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I don't know what you mean by signature. Not sure how they are protecting their file but if it is a "good" signature they would use the file data to set the signature and then there is no real way to preserve the signature. And I am also not sure if the |
Beta Was this translation helpful? Give feedback.
I don't know what you mean by signature. Not sure how they are protecting their file but if it is a "good" signature they would use the file data to set the signature and then there is no real way to preserve the signature. And I am also not sure if the
C
api of the openexr library can be used to add a signature if they just used a string attribute with their company name. And the increment might be due to a different compression method, and maybe that is why you are unable to read the image? Maybe you should reach out to the vendor about this?