README.rdoc in jpeg-0.3.0 vs README.rdoc in jpeg-0.3.1
- old
+ new
@@ -8,13 +8,19 @@
bundle install
== Usage
jpeg = Jpeg.open('path/to/file')
jpeg.size # => [1920, 1080]
+ jpeg.width # => 1920
+ jpeg.height # => 1080
+ jpeg.color_info # => :rgb or :gray
+ jpeg.rgb? # => true
+ jpeg.gray? # => false
== What can do
- get size
+- get color_info
== Contributing to jpeg
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
@@ -24,8 +30,8 @@
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
== Copyright
-Copyright (c) 2012 Yamada Masaki. See LICENSE.txt for
+Copyright (c) 2012 masarakki. See LICENSE.txt for
further details.