Ciao Simone, Bonjour Martin Many thanks for those pointers - they are just what I needed
Michael On Fri, Jun 20, 2008 at 5:29 PM, Simone Giannecchini <[EMAIL PROTECTED]> wrote: > Ciao MIchael, > the way I have done something like that in the past was by creating a > RenderedImage in JAI using the ImageFcuntion class > (see > http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/ImageFunction.html) > in conjunction with the ImageFunction operator (see > http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/operator/ImageFunctionDescriptor.html). > You may also want to check this out > (http://java.sun.com/products/java-media/jai/forDevelopers/jai1_0_1guide-unc/Image-enhance.doc.html#67438). > > On Fri, Jun 20, 2008 at 6:02 PM, Martin Desruisseaux <[EMAIL PROTECTED]> wrote: > Yes, as Simone point-out a possible approach is to implement the JAI's > ImageFunction class. There is a method in GridCoverageFactory expecting such > ImageFunction in argument: > > http://javadoc.geotools.fr/snapshot/org/geotools/coverage/grid/GridCoverageFactory.html#create(java.lang.CharSequence,%20javax.media.jai.ImageFunction,%20org.geotools.coverage.grid.GridGeometry2D,%20org.geotools.coverage.GridSampleDimension[],%20java.util.Map) > > Martin > ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
