Skip to content

tario/imageruby-bmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= ImageRuby-Bmp - Handler extension of image files on bmp format

Make possible to save and load images from disk on bmp format

== Installation

=== Gem installation

sudo gem install imageruby-bmp

== Usage

No explicit require is needed

  require "imageruby"

  image = ImageRuby::Image.from_file("input.bmp")
  image.save("output.bmp", :bmp)
  
== Copying

Copyright (c) 2011 Dario Seminara, released under the GPL License (see LICENSE)

About

Provides the encoder and decoder for images in bmp format for imageruby

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages