Ticket #20 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

Metatiling problems when using GIF

Reported by: arneke Owned by: arneke
Priority: major Milestone: 0.7.2
Component: core Version:
Keywords: Cc:

Description

This may be due to multiple Java versions on my system, but it looks like when the GIF format is used that
javax.imageio.ImageIO.write(tiles[tileIdx], format, os);
will repeatedly save the bottom left image, even though inspecting tiles[tileIdx] reveals that it does have the correct constraints set.

Moving to JAI may solve this.

Change History

Changed 10 months ago by arneke

  • status changed from new to closed
  • resolution set to fixed

Fixed in r53, switched back to using JAI

Note: See TracTickets for help on using tickets.