Replies: 1 comment
-
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. |
Beta Was this translation helpful? Give feedback.
0 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.
-
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
Beta Was this translation helpful? Give feedback.
All reactions