"sks" <> wrote in message
news:NISdnRojnNuI-...
> Does anyone know of an API that will let me use Photoshop filters in Java
> ?
>
> or
>
> Does anyone know of a 'pop art' style filter for Java ?
>
> These don't have to be free products.
>
> I've spent an hour looking on google and not found anything suitable !
By "pop art style filter", do you mean Halftone?
http://en.wikipedia.org/wiki/Halftone
If so check out
http://www.markschulze.net/halftone/ and choose
"Clustered Dot Ordered Dither". Or add "halftone" to your google queries and
you'll probably get closer.
- Oliver