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
for some reason generate method in simple.rb takes from stdout of imagemagick not a whole image, but just a part of it. Perhaps the cause of that is text mode operation with stdout. It works if imagemagick writes the image to the file.
for some reason generate method in simple.rb takes from stdout of imagemagick not a whole image, but just a part of it. Perhaps the cause of that is text mode operation with stdout. It works if imagemagick writes the image to the file.