[ANN] rinzelight 0.0.3

2010-10-31 Thread Sergio Arbeo Rodríguez
Hi there, rinzelight 0.0.3 is out! In this release you'll find: * Lookup Tables * Affine Transformations * Composing images * Color rescale * Cropping images * Color histograms * Contrast stretching * Edge effect. * Negate effect. * Normalize effect * Support for rendering hints * Gravities. And

Re: Dot special form problem.

2010-10-18 Thread Sergio Arbeo
On 18 October 2010 22:05, Kevin Downey wrote: > clojure works something like reader -> macro expansion -> compiler (eval) -> > run > > the exception you are seeing means that your macro expansion contains > a form that the compiler doesn't know how to generate code for. for > example if your macr

Re: Dot special form problem.

2010-10-18 Thread Sergio Arbeo
So sorry. Now it is working. Don't know why though. -- http://sergio.arbeo.net http://www.serabe.com -- 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

Dot special form problem.

2010-10-18 Thread Sergio Arbeo
Hello, everyone, I'm having problems with the dot special form. First things first, I have src-out defined this way: http://gist.github.com/632852 Then, I have problems using that function as an argument for a macro: http://gist.github.com/632849 Evaluation aborted throws an exception, shown i

[ANN] rinzelight 0.0.2

2010-10-17 Thread Sergio Arbeo
Hi there, I've just released rinzelight 0.0.2, an image library for Clojure. It is my first clojure library, so please, comment, report bugs and ask for features. More info in the README and in here: http://www.serabe.com/2010/10/17/introducing-rinzelight-0-0-2/ http://github.com/Serabe/rinzelig

Help with proxy method

2010-03-31 Thread Sergio Arbeo
I'm porting some code from Java to Clojure but I'm still stuck porting a JComponent. The original code is here: http://github.com/Serabe/RMagick4J/blob/master/Magick4J/src/magick4j/MagickImage.java#L282 It is quite simple, I just need it to display an image. I implemented the JComponent using the

Problemm with JComponent

2010-02-28 Thread Sergio Arbeo
Hi, all: I'm learning Clojure through porting Magick4J to clojure, I call it rinzelight. I'm having problems to port the display method ( http://github.com/Serabe/RMagick4J/blob/master/Magick4J/src/magick4j/MagickImage.java#L271 ). http://github.com/Serabe/rinzelight/blob/master/src/rinzelight/di