dguzzo / RMagick-Blend

use RMagick wrapper to do fun things with source images
http://www.flickr.com/photos/dominicotine/collections/72157633447005928/
0 stars 0 forks source link

subclass Image to have width & height properties #19

Closed dguzzo closed 9 years ago

dguzzo commented 9 years ago

should be somewhat trivial and would be good practice. basically .width and .height would call .bounding_box.x and .bounding_box.y respectively.