Dirk Lemstra
Dirk Lemstra
This issues that I was trying to fix (incorrectly) was that only when we call `jpeg_enable_lossless` we can set values other than 12 and 16. I have applied a new...
You are more than welcome to create a pull request with a proposal for these changes.
Support for that will need to be added here and not in the Magick.NET wrapper. I don't think anyone else will be going to add this for you so it...
The command line does more. With Magick.NET you will also need to call `originalImages.OptimizeTransparency();` besides `originalImages.Optimize();`.
Did you check if this still reproduces in the latest version of ImageMagick? There might also be other metadata that results in a different orientation. But without an image we...
[pwhc7j1vpy7h.zip.001.zip](https://github.com/ImageMagick/ImageMagick/files/15312613/pwhc7j1vpy7h.zip.001.zip) [pwhc7j1vpy7h.zip.002.zip](https://github.com/ImageMagick/ImageMagick/files/15312615/pwhc7j1vpy7h.zip.002.zip) [3f22cvy4rb89.zip](https://github.com/ImageMagick/ImageMagick/files/15312619/3f22cvy4rb89.zip) Adding images for future reference.
Your tiff file contains a `TIFFTAG_ORIENTATION` that is set to `RightTop` and that is why your image is rotated upside down. The value is `6` and that means the following...
There is no need to mention my name in the response. The TIFF value of `6` means that the top of the image is the right side and that the...
I really hope you are not using version`12.2.2` in production because this contains the following security issue: https://github.com/advisories/GHSA-j7hp-h8jx-5ppr. Please first upgrade to the latest version and check if you can...
Is it possible to use a more recent version of the sdk?