Skip to content

Commit

Permalink
Merge pull request #139 from ptterb/patch-1
Browse files Browse the repository at this point in the history
Update _documentation/graphics/ofImage_.markdown
  • Loading branch information
arturoc committed Feb 20, 2013
2 parents e253694 + 1d42886 commit a04bc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _documentation/graphics/ofImage_.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
##Description


The ofImage and is a useful object for loading, saving and drawing images in openFrameworks. ofImage is a convenient class that let's you both get draw images to the screen and manipulate their pixel data. The ofImage allows you to load image from disk, manipulate the pixels, and create an OpenGL texture that you can display and manipulate on the graphics card. Loading a file into the ofImage allocates an ofPixels and creates the ofTexture to display the pixels.
The ofImage is a useful object for loading, saving and drawing images in openFrameworks. ofImage is a convenient class that let's you both draw images to the screen and manipulate their pixel data. The ofImage allows you to load an image from disk, manipulate the pixels, and create an OpenGL texture that you can display and manipulate on the graphics card. Loading a file into the ofImage allocates an ofPixels object and creates the ofTexture to display the pixels.

ofImage uses a library called "freeImage" under the hood.

Expand Down

0 comments on commit a04bc6a

Please sign in to comment.