You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use ImageMagick through the Julia ImageMagick.jl wrapper. I am trying to save an image as an 8 bit .bmp, and am unable to do so. I filed a bug report with a relevant Julia package (JuliaImages/juliaimages.github.io#260), and they informed me that the problem was with ImageMagick itself.
(Unfortunately, I am not sure how to determine which subversion of ImageMagick is being used.)
As you mentioned yourself in that other issue you will need to change the image to grayscale. 24 bit is shown on Windows because you have three 8-bit channels. But I don't know the Julia api call that will change the image to grayscale.
ImageMagick version
6
Operating system
Windows
Operating system, version and so on
Windows 11
Description
I use ImageMagick through the Julia ImageMagick.jl wrapper. I am trying to save an image as an 8 bit .bmp, and am unable to do so. I filed a bug report with a relevant Julia package (JuliaImages/juliaimages.github.io#260), and they informed me that the problem was with ImageMagick itself.
(Unfortunately, I am not sure how to determine which subversion of ImageMagick is being used.)
Steps to Reproduce
In Julia:
Both saved bmp files end up having bit depth 24 on my system.
Images
No response
The text was updated successfully, but these errors were encountered: