Hi all,

I created a small utility library for handling images in Clojure. 

https://github.com/mikera/imagez

Features so far:
- Creating new images
- Scaling / zooming images
- Loading images from resource files
- Getting and setting pixels in bulk (fast - using primitive arrays)
- Various colour handling functions

Nothing fancy, but I found myself needing these functions quite frequently 
in different projects so I thought it was worth extracting them into a 
library to avoid re-inventing too many wheels. Hopefully they are useful to 
other people as well.

If anyone else has useful image handling functions then pull requests will 
be accepted.

  Mike.

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to