Faster graphics performance with Java using the Join/Fork framework?
October 21st, 2008
Some time ago, I had stopped with my experiments with a multi-threaded pure Java Graphics2D rendering pipeline, because I couldn’t find a way to efficiently fork and join fine grained worker threads.
JPEG images with CMYK and YCCK image data
October 18th, 2008
In order to improve the compatibility of my EmbedPDF applet, I am trying to implement support for JPEG images with CMYK and YCCK colors.
Embedding a PDF Document into a HTML page
October 8th, 2008
Using Adobe’s Acrobat Reader plugin, PDF documents can be embedded into HTML pages using the <embed>-element. An excellent description about this can be found in a blog on Adobe’s web site.