-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A lot of missing bytes when trying to write a bitmap to memory #13
Comments
Also, the |
Hmm...any progress on tracking this down? |
@cfis not yet...I am using MiniMagick at the moment, which is considerably slower... |
cfis
pushed a commit
that referenced
this issue
Jun 1, 2016
Had a chance to look at this, the method will now return the correct bytes. |
As well as the correct image type, see a71f529. |
@cfis Thanks for the update! I'll check it out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This returns a memory object that contains 4 bytes, but has what appears to be the correct bytes count.
If I try
image.save(memory, :jpeg)
I get the same result.The text was updated successfully, but these errors were encountered: