Replies: 1 comment 2 replies
-
Can you share the input file so I can see what is happening? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
When loading a raw file using IM in cmd line, I'm used to write:
magick -size 752x480+40 -depth 8 gray:inputfile.raw outputfile.tiff
how can I do the same in .Net C# and specify the +40 offset when using Magick.Net instance creation of MagickImage
Here is my code :
Thanks
Beta Was this translation helpful? Give feedback.
All reactions