Hi Michaël and Ede,

  I'm glad to assist if I can.  I tried VALUE_INTERPOLATION_BILINEAR,
VALUE_INTERPOLATION_BICUBIC, and whatever the default is.  I couldn't see
any visible difference in a grey-scale image, so I think it can be removed
without any obvious effect.

regards,

Larry

2011/6/14 Michaël Michaud <michael.mich...@free.fr>

> Hi Ede,
>
> I think MrSID plugin is from Larry. Hope he can give some hints
> MrSid image samples seem quite easy to find. See
> http://www.mass.gov/mgis/dwn-imgs.htm
> I can make some tests as soon as you have committed
>
> +1 to get rid of both classes
>
> Michaël
>
>
>
> Le 14/06/2011 21:36, edgar.sol...@web.de a écrit :
> > just found
> >
> > com/vividsolutions/jump/workbench/imagery/mrsid/MrSIDReferencedImage.java
> > uses com.sun.image.codec.jpeg.JPEGDecodeParam;
> >
> > com/vividsolutions/wms/MapRequest.java
> > uses sun.misc.BASE64Encoder
> >
> > should i deal with them in the same manner?
> > who would be willing to test the resulting nightly build? i don't know
> mrsid nor use wms.
> >
> > ede
> >
> > On 22.02.2011 12:47, Michaël Michaud wrote:
> >> Hi,
> >>
> >> There are two classes in wms package using the sun proprietary
> >> BASE64Encoder class
> >>
> >> I suggest to replace it  by
> >> http://migbase64.sourceforge.net/ which is BSD licensed  and could be
> >> included in OJ code.
> >> But I don't know much this part of the code and I would be pleased to
> >> get advice from WMS and network gurus before I do the change.
> >>
> >> Michaël
> >>
> >> Le 22/02/2011 12:08, Michaël Michaud a écrit :
> >>> Hi Larry, OJ developpers,
> >>>
> >>> I'm trying to remove some dependencies to sun proprietary code in
> OpenJUMP
> >>>
> >>> I've just removed one dependency to
> >>> com.sun.image.codec.jpeg.JPEGDecodeParam in
> >>> com.vividsolutions.jump.workbench.imagery.graphic.GraphicImage
> >>>
> >>> I thing it was supposed to set different interpolation modes for gray
> >>> images and color images, but I could not see any effect.
> >>> Every image I have tested are interpolated (old image framework), with
> >>> or without the JPEGDecodeParam test
> >>> Every image I have tested are not interpolated (Raster-Sextante
> framework)
> >>>
> >>> Any hint on this
> >>> I have committed the code (removed JPEGDecodeParam  test), but of
> >>> course, I can set it back if I missed something.
> >>>
> >>> Michaël
> >>>
> >
> ------------------------------------------------------------------------------
> > EditLive Enterprise is the world's most technically advanced content
> > authoring tool. Experience the power of Track Changes, Inline Image
> > Editing and ensure content is compliant with Accessibility Checking.
> > http://p.sf.net/sfu/ephox-dev2dev
> > _______________________________________________
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
> >
>
>
>
> ------------------------------------------------------------------------------
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to