Ruby on Rails Tuesday, December 24, 2013

Demonstrated below is the sample method for image cropping of an image
processing library. Besides image cropping, image resizing, image
scaling and flipping can also be hanlded with the simplest APIs.

http://www.rasteredge.com/dotnet-imaging/image-processing/


int ApplyCrop(REImage img, int x, int y, int width, int height)

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/341d76897ef7b4ae0e6f5cbe773ace3c%40ruby-forum.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment