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 created the Graphicsmagick gem as a simple wrapper for the GraphicsMagick CLI. I saw significant performance increases in our tasks when we switched from ImageMagick to GraphicsMagick, and then again from RMagick to this gem.
I'm using prawn-fast-png in one of my projects, and would really love to keep using it while still not using ImageMagick or RMagick. I've done a little research into this, but I can't seem to find what the CLI commands are for export_pixels and export_pixels_to_str. Do you know what they are?
The text was updated successfully, but these errors were encountered:
I created the Graphicsmagick gem as a simple wrapper for the GraphicsMagick CLI. I saw significant performance increases in our tasks when we switched from ImageMagick to GraphicsMagick, and then again from RMagick to this gem.
I'm using prawn-fast-png in one of my projects, and would really love to keep using it while still not using ImageMagick or RMagick. I've done a little research into this, but I can't seem to find what the CLI commands are for
export_pixels
andexport_pixels_to_str
. Do you know what they are?The text was updated successfully, but these errors were encountered: