Re: Re: out of memory

2003-10-24 Thread techno info
hi thomas, i tried putting the COLOR_ID as COLOR_ID_YCbCrA ,but still it throws the same error.may be something i am doing wrong.. reg writing a rendered image to remove alpha any links provided will be of great help. many thanks On Fri, 24 Oct 2003 Thomas DeWeese wrote : >techno info wr

Re: Re: out of memory

2003-10-24 Thread techno info
t; >jpegColorID = com.sun.image.codec.jpeg.JPEGDecodeParam.COLOR_ID_YCbCr; >jpegEncodeParam = com.sun.image.codec.jpeg.JPEGCodec.getDefaultJPEGEncodeParam > (im.getSampleModel().getNumBands(), jpegColorID); > > > >techno info wrote: > >>hi thomas, >>correct if i a

Re: Re: out of memory

2003-10-23 Thread techno info
( tile00, jpegColorID); */ On Thu, 23 Oct 2003 Thomas DeWeese wrote : >techno info wrote: > >>i am facing with similar problem of memory outburst when i try to convert svg to >>jpg. i tried the solution mentioned by you earlier > > to GVS.infact i am getting a null p

out of memory

2003-10-23 Thread techno info
hi thomas, i am facing with similar problem of memory outburst when i try to convert svg to jpg. i tried the solution mentioned by you earlier to GVS.infact i am getting a null pointer exception. In the encode method of TIFFImageEncoder,it is calling encodeParam.getJPEGEncodeParam() to get the JP