And of course, as soon as I sent that I noticed a stupid bug in my
modifications !

The section setting values into the image should be this...

            WritableRectIter iter = RectIterFactory.createWritable(img, null);
            do {
                int x = 0;
                do {
                    iter.setSample(x / tileWidth);
                    x++ ;
                } while (!iter.nextPixelDone());
                iter.startPixels();
            } while (!iter.nextLineDone());

Sorry about that.

Michael

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to