How do I read a TGA file? #59
-
Hi. I'm using Imagemagick.read() to load a file: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For TGA you will need to specify the format in the |
Beta Was this translation helpful? Give feedback.
For TGA you will need to specify the format in the
MagickReadSettings
and use the correctread
overload.