Is this your first time here? SwingWiki is a Java Swing Developer community site with an big archive of Swing-related usenet groups and mailing lists, but also tips, tricks and articles and book reviews written by your colleagues from around the world. If you came here through a search engine and did not find what you were looking for, make sure to check the wiki table of contents.

Re: [Jmagick] [JAI-IMAGEIO] Google summer of code and imageio

From:"Simone Giannecchini" [simboss1@masked-domain]
Sent on:Wed, 26 Mar 2008 16:51:46 +0100
In reply to:Re: [Jmagick] [JAI-IMAGEIO] Google summer of code and imageio sent on Wed, 26 Mar 2008 10:48:13 +0545 by "Jacob Nordfalk" [jacob.nordfalk@masked-domain]
Ciao Jacob,
basically, Imageio-ext is a java project extending Java Sun's ImageI/O
framework capabilities. It is composed of several modules adding
specific features to ImageI/O like, as an instance, supporting more
raster data access capabilities and providing multithreading imageread
operation. It is an integration framework which aims to extend the
basic imageio capabilities for java.
The main module of the project is gdalframework, a framework
leveraging on GDAL to get access to a wide range of raster data
formats, mainly used in the geospatial world.
ImageIO-ext contains an experimental Jpeg plugin leveraging on
Jmagick, which was used to demontrate that imageio-ext could help with
integrating/exposing jmaigck using standard imageio capabilities.

Conclusion is, I think it would great integrating the JMagick
capabilities into imageio-ext in order to access formats like jpeg and
png in a more performant way. I am not sure it would make sense to put
imageio-ext inside jmagick :-).

My suggestion would be creating a module specific for JMAGICK which
would handle most part of the mechanics plus some plugins for the
formats we want to support and the support for metadata we want to
implement (not much at the beginning I guess :-)).

What do you think?
Simone.

On Wed, Mar 26, 2008 at 6:03 AM, Jacob Nordfalk
<[jacob.nordfalk@masked-domain]> wrote:
> Sounds great if we could get this working.
>
> Wouldn't it be best if the jmagick-imageio-ext code was bundled with
> JMagick and you
> had write access to the JM CVS repository?
>
> It would be heavily dependent of JM anyway and it doesent as far as I
> understand the
> imageio-ext project (is this correct?).
>
> Jacob
>
>
> 2008/3/25, Simone Giannecchini <[simboss1@masked-domain]>:
>
> > Ciao Harald,
> > we would definitely be interested in taking a look at your work. We
> > might actually try to integrate it into imageio-ext and se where to go
> > from there.
> >
> > How would you like to proceed?
> >
> > Regards,
> > Simone.
> >
> >
> > On Mon, Mar 24, 2008 at 6:54 PM, Harald Kuhr <[harald.kuhr@masked-domain]> wrote:
> > > Hi Simone,
> >
> > >
> > > On 12. mar. 2008, at 09.15, Simone Giannecchini wrote:
> > >
> > > > Between the various ideas that we have been elaborating there would be
> > > > some work directed towards the integration of jmagick plugins under
> > > > imageio-ext as ImageIO readers. Note that some experimental work has
> > > > been already done in this direction for a simple jpeg reader and the
> > > > performances where very good.
> > >
> >
> > > I actually took the time to implement an ImageIO wrapper for JMagick
> > > for use in an internal project some time ago. Unfortunately I have
> > > never had time to release it, and also have no time to maintain it at
> > > the moment.
> > >
> > > But if you are interested, I'd be happy to submit my sources.
> > >
> > > I've implemented wrappers for the following formats:
> > >
> > > BMP r/w
> > > GIF r/w
> > > ICO r/w
> > > JPEG2000 r/w
> > > JPEG r/w
> > > PCD r
> > > PCX r/w
> > > PNG r/w
> > > PNM r
> > > PSD r
> > > SWF r
> > > Targa r/w
> > > WBMP r/w
> > > WMF r
> > > XBM r/w
> > > XPM r/w
> > >
> > > My main focus was to allow reading a lot of formats, so performance
> > > may be less than ideal, but it's quite ok I think.
> > > Also, the focus was pure reading/writing of pixel data, so some
> > > ImageIO features are not implemented, like meta data, tiled reading
> > > etc., some only partial, like progress.
> > >
> > > Let me know if you are interested!
> > >
> > >
> > > Regards,
> > >
> > > --
> > > Harald K
> > >
> >
> >
> >
> >
> > --
> >
> > -------------------------------------------------------
> > Eng. Simone Giannecchini
> > President /CEO GeoSolutions S.A.S.
> > Via Carignoni 51
> > 55041 Camaiore (LU)
> > Italy
> >
> > phone: +39 0584983027
> > fax: +39 0584983027
> > mob: +39 333 8128928
> >
> >
> > http://www.geo-solutions.it
> >
> > -------------------------------------------------------
>
> > _______________________________________________
> > JMagick mailing list
> > [JMagick@masked-domain]
> > http://www.yeo.id.au/mailman/listinfo/jmagick
> > Please ensure that [JMagick@masked-domain] is a recipient when replying.
> >
>
>
> --
> Jacob Nordfalk
> http://javabog.dk
> Skype: jacobnordfalk
>



--
-------------------------------------------------------
Eng. Simone Giannecchini
President /CEO GeoSolutions S.A.S.
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 333 8128928


http://www.geo-solutions.it

-------------------------------------------------------
_______________________________________________
JMagick mailing list
[JMagick@masked-domain]
http://www.yeo.id.au/mailman/listinfo/jmagick
Please ensure that [JMagick@masked-domain] is a recipient when replying.
Found what you were looking for? If not - continue at Wiki Index

Other messages in this topic

SenderDate sentSubject
Harald Kuhr [harald.kuhr@masked-domain]Thu, 27 Mar 2008 21:17:22 +0100Re: [Jmagick] [JAI-IMAGEIO] Google summer of code and imageio
Harald Kuhr [harald.kuhr@masked-domain]Thu, 27 Mar 2008 20:47:21 +0100Re: [Jmagick] [JAI-IMAGEIO] Google summer of code and imageio
Bob Friesenhahn [bfriesen@masked-domain]Wed, 26 Mar 2008 11:47:37 -0500 (CDT)Re: [Jmagick] [JAI-IMAGEIO] Google summer of code and imageio
"Jacob Nordfalk" [jacob.nordfalk@masked-domain]Wed, 26 Mar 2008 10:48:13 +0545Re: [Jmagick] [JAI-IMAGEIO] Google summer of code and imageio
"Simone Giannecchini" [simboss1@masked-domain]Tue, 25 Mar 2008 16:26:23 +0100Re: [Jmagick] [JAI-IMAGEIO] Google summer of code and imageio
Bob Friesenhahn [bfriesen@masked-domain]Wed, 12 Mar 2008 18:14:28 -0500 (CDT)Re: [Jmagick] Google summer of code and imageio
Bob Friesenhahn [bfriesen@masked-domain]Wed, 12 Mar 2008 18:09:39 -0500 (CDT)Re: [Jmagick] Google summer of code and imageio
"Simone Giannecchini" [simboss1@masked-domain]Wed, 12 Mar 2008 22:56:39 +0100Re: [Jmagick] Google summer of code and imageio
"Simone Giannecchini" [simboss1@masked-domain]Wed, 12 Mar 2008 23:01:40 +0100Re: [Jmagick] Google summer of code and imageio
Bob Friesenhahn [bfriesen@masked-domain]Wed, 12 Mar 2008 10:40:38 -0500 (CDT)Re: [Jmagick] Google summer of code and imageio
"Simone Giannecchini" [simboss1@masked-domain]Wed, 12 Mar 2008 09:15:44 +0100[Jmagick] Google summer of code and imageio
"Jacob Nordfalk" [jacob.nordfalk@masked-domain]Wed, 12 Mar 2008 11:55:52 +0545Re: [Jmagick] Google summer of code and imageio
"Simone Giannecchini" [simboss1@masked-domain]Wed, 12 Mar 2008 03:51:13 +0100[Jmagick] Google summer of code and imageio

 
Recent changes | RSS changes | Table of contents | News Archive | Terms And Conditions | Register | The Quest For Software++| Ruby Resources
FitNesse Resources