Ticket #20 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
