TiffTranscoder cannot find TIFF WriteAdapter

Mark Gibson <[email protected]> Sun, 6 Aug 2017 19:54:50 +0000
Newsgroups gmane.text.xml.batik.user
Message-ID <CY4PR04MB039071041456B1E485DCB893DDB40@CY4PR04MB0390.namprd04.prod.outlook.com>
--_000_CY4PR04MB039071041456B1E485DCB893DDB40CY4PR04MB0390namp_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi,

I've just upgraded batik from 1.7 to 1.9.1

Under 1.7, conversion from SVG to TIFF using org.apache.batik.transcoder.im=
age.TIFFTranscoder   worked fine.  My assumption is that it was able to fin=
d the WriteAdapter org.apache.batik.ext.awt.image.codec.tiff.TIFFTranscoder=
InternalCodecWriteAdapter in batik-codec.

Under 1.9, conversion fails because it can't find a Write Adapter (Could no=
t write TIFF file because no WriteAdapter is available)

The only WriteAdapter I can now find is: org.apache.batik.ext.awt.image.cod=
ec.imageio.TIFFTranscoderInternalCodecWriteAdapter

But TIFFTranscoder still has the following:

        WriteAdapter adapter =3D getWriteAdapter(
                "org.apache.batik.ext.awt.image.codec.tiff.TIFFTranscoderIn=
ternalCodecWriteAdapter");
        if (adapter =3D=3D null) {
            adapter =3D getWriteAdapter(
                "org.apache.batik.transcoder.image.TIFFTranscoderImageIOWri=
teAdapter");
        }
        if (adapter =3D=3D null) {
            throw new TranscoderException(
                    "Could not write TIFF file because no WriteAdapter is a=
vailble");


Can anyone please help?  Am I missing a dependency under 1.9.1?

Thanks

Mark

--_000_CY4PR04MB039071041456B1E485DCB893DDB40CY4PR04MB0390namp_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri",sans-serif;
	mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:#0563C1;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:#954F72;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:"Calibri",sans-serif;
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	mso-fareast-language:EN-US;}
@page WordSection1
	{size:612.0pt 792.0pt;
	margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"EN-GB" link=3D"#0563C1" vlink=3D"#954F72">
<div class=3D"WordSection1">
<p class=3D"MsoNormal">Hi,<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">I&#8217;ve just upgraded batik from 1.7 to 1.9.1<o:p=
></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Under 1.7, conversion from SVG to TIFF <span style=
=3D"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
using org.apache.batik.transcoder.image.TIFFTranscoder</span>&nbsp;&nbsp; w=
orked fine.&nbsp; My assumption is that it was able to find the WriteAdapte=
r
<span style=3D"font-family:&quot;Courier New&quot;">org.apache.batik.ext.aw=
t.image.codec.tiff.TIFFTranscoderInternalCodecWriteAdapter</span> in batik-=
codec.<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Under 1.9, conversion fails because it can&#8217;t f=
ind a Write Adapter (<span style=3D"font-family:&quot;Courier New&quot;">Co=
uld not write TIFF file because no WriteAdapter is available</span>)<o:p></=
o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">The only WriteAdapter I can now find is: <span style=
=3D"font-family:&quot;Courier New&quot;">
org.apache.batik.ext.awt.image.codec.<b>imageio</b>.TIFFTranscoderInternalC=
odecWriteAdapter</span><o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">But TIFFTranscoder still has the following:<o:p></o:=
p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Courier New&quot;">=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WriteAdapter adapter =3D getWrit=
eAdapter(<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Courier New&quot;">=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp; &quot;org.apache.batik.ext.awt.image.codec.<b>tiff</b>.TIFF=
TranscoderInternalCodecWriteAdapter&quot;);<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Courier New&quot;">=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (adapter =3D=3D null) {<o:p><=
/o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Courier New&quot;">=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; adapter =
=3D getWriteAdapter(<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Courier New&quot;">=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp; &quot;org.apache.batik.transcoder.image.TIFFTranscoderImage=
IOWriteAdapter&quot;);<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Courier New&quot;">=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Courier New&quot;">=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (adapter =3D=3D null) {<o:p><=
/o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Courier New&quot;">=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; throw ne=
w TranscoderException(<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Courier New&quot;">=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;Could not write TIFF file bec=
ause no WriteAdapter is availble&quot;);<o:p></o:p></span></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Can anyone please help?&nbsp; Am I missing a depende=
ncy under 1.9.1?&nbsp;
<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Thanks<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Mark<o:p></o:p></p>
</div>
</body>
</html>

--_000_CY4PR04MB039071041456B1E485DCB893DDB40CY4PR04MB0390namp_--