Manifestus / pokemonclone

Automatically exported from code.google.com/p/pokemonclone
0 stars 0 forks source link

Splitter #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm having some trouble w/ the splitter.

When I split a map file it throws this error

C:\Users\Keegan\Desktop>java Splitter viridianforest.gif
Exception in thread "main" java.awt.image.RasterFormatException: (y + 
height) is outside of Raster at 
sun.awt.image.ByteInterleavedRaster.createWritableChild(Unknown Source)
        at java.awt.image.BufferedImage.getSubimage(Unknown Source)
        at Splitter.main(Splitter.java:29)

about halfway through the job.
I only get some tiles, and no merge batch file.

Original issue reported on code.google.com by dawnofdi...@gmail.com on 8 May 2009 at 3:26

GoogleCodeExporter commented 8 years ago
This error means the image width is not exactly divisible by 16.

Original comment by rmacnak@gmail.com on 10 May 2009 at 4:24