Skip to content

Commit

Permalink
Changed some formatting in the README file that Github doesn't like.
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanbergen committed Jan 12, 2010
1 parent 9af8963 commit cbedd3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rdoc
Expand Up @@ -17,10 +17,10 @@ Issue tracker:: http://github.com/wvanbergen/chunky_png/issues

The main classes used within ChunkyPNG are:

+ChunkyPNG::Image+ :: create PNG images from scratch or based on another PNG image.
+ChunkyPNG::Datastream+ :: low-level read and write access to PNG images from or to a file or stream.
+ChunkyPNG::PixelMatrix+ :: represents an images as a matrix of pixels.
+ChunkyPNG::Pixel+ :: represents a single pixel or color value.
<tt>ChunkyPNG::Image</tt> :: create PNG images from scratch or based on another PNG image.
<tt>ChunkyPNG::Datastream</tt> :: low-level read and write access to PNG images from or to a file or stream.
<tt>ChunkyPNG::PixelMatrix</tt> :: represents an images as a matrix of pixels.
<tt>ChunkyPNG::Pixel</tt> :: represents a single pixel or color value.

== Usage

Expand Down

0 comments on commit cbedd3f

Please sign in to comment.