Skip to content

Commit

Permalink
BATIK-1225: PNG transcoder references nonexistent class
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsteiner1984 committed Jun 18, 2024
1 parent 0370e4e commit fbf2bbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public void writeImage(BufferedImage img, TranscoderOutput output)
"org.apache.batik.ext.awt.image.codec.png.PNGTranscoderInternalCodecWriteAdapter");
if (adapter == null) {
adapter = getWriteAdapter(
"org.apache.batik.transcoder.image.PNGTranscoderImageIOWriteAdapter");
"org.apache.batik.ext.awt.image.codec.imageio.PNGTranscoderImageIOWriteAdapter");
}
if (adapter == null) {
throw new TranscoderException(
Expand Down

0 comments on commit fbf2bbe

Please sign in to comment.