YeahI wrote my first jai program earlier today
import javax.imageio.*;
public class ListImageDecoders {
public static void main (String args[]) {
String rfn[]=ImageIO.getReaderFormatNames();
for(String rf:rfn) {
System.out.println(rf);
On Apr 11, 2008, at 19:26, Andreas Delmelle wrote:
On Apr 11, 2008, at 18:20, Peter Coppens wrote:
Well, did a very quick test here, and without Jeremias' change, any
TIFF that is produced by Preview indeed fails with the message you
provided earlier.
Seems the issue is isolated to OS X. I
Hi,
I'm trying to transcode svg documents to eps files. This works very well for
most of my svg files but sometimes the transcoder adds blank space on the
right and below to the generated eps files. When this happens image width
and height are the same (widht = height) and the eps file is display
although the fact that 0.94 is faster than 0.95beta-jeremias-tiff
would make that weird.
Not really. It would be much weirder IMO if FOP (or any software for
that matter) were to offer increased flexibility/functionality/
features without any performance penalty whatsoever. If that wer
On Apr 11, 2008, at 18:20, Peter Coppens wrote:
Given my non existent knowledge on tiff (and image formats in
general) and (I am sure recognizable) chronic lack of time to
dive into image formats at this moment, I am afraid I would not
even know with which tiff parameters to play
Whi
On 11 Apr 2008, at 17:48, Andreas Delmelle wrote:
On Apr 11, 2008, at 07:18, Peter Coppens wrote:
Tried 2 more tiffs (but from the same 'source'). They gave the
similar results for relative performance. 1 (0.94) vs 30 (0.95beta)
vs 6(0.95beta-jeremias-tiff)
Given my non existent knowledge
On Apr 11, 2008, at 07:18, Peter Coppens wrote:
Tried 2 more tiffs (but from the same 'source'). They gave the
similar results for relative performance. 1 (0.94) vs 30 (0.95beta)
vs 6(0.95beta-jeremias-tiff)
Given my non existent knowledge on tiff (and image formats in
general) and (I am
Thank you, you saved my life. Somebody was using the same library under
another name.
J.Pietschmann wrote:
>
> pdiop wrote:
>> 500 Servlet Exception
>> java.lang.NoSuchMethodError: org.apache.fop.fonts.base14.Helvetica.(Z)V
>
> Errors like this are usually caused by having two different FOP
>