Re: [gdal-dev] write JPEG2000 with codek KAKADU without .tif

2012-08-20 Thread Evgeniy Borovenskiy
Yes, of course, these functions must also be corrected. Evgeniy -Original Message- From: Even Rouault [mailto:even.roua...@mines-paris.org] Sent: Monday, August 20, 2012 1:49 PM To: Evgeniy Borovenskiy Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] write JPEG2000 with codek KAKADU

Re: [gdal-dev] write JPEG2000 with codek KAKADU without .tif

2012-08-20 Thread Even Rouault
Selon Evgeniy Borovenskiy : > Thank you very much for your help. I'll try to write a function create (). In the JP2KAK driver you mean ? The challenge is not really in Create(), but more in implementing a working JP2KAKRasterBand::IWriteBlock() and/or JP2KAKDataset::IRasterIO() / JP2KAKRasterBand

Re: [gdal-dev] write JPEG2000 with codek KAKADU without .tif

2012-08-20 Thread Evgeniy Borovenskiy
Thank you very much for your help. I'll try to write a function create (). Evgeniy ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] write JPEG2000 with codek KAKADU without .tif

2012-08-17 Thread Jukka Rahkonen
Evgeniy Borovenskiy scanex.ru> writes: > > No, at the moment I use the variant in which the file '.tif' with the use of the driver GTiffDataset is > created. And then through CreateCopy() JPEG2000 is created. > I'd like to create a JPEG2000 file straigh away because the size of images are very b

Re: [gdal-dev] write JPEG2000 with codek KAKADU without .tif

2012-08-16 Thread Etienne Tourigny
e- > From: Even Rouault [mailto:even.roua...@mines-paris.org] > Sent: Thursday, August 16, 2012 3:15 PM > To: Evgeniy Borovenskiy > Cc: gdal-dev@lists.osgeo.org > Subject: Re: [gdal-dev] write JPEG2000 with codek KAKADU without .tif > > Selon Evgeniy Borovenskiy : > &g

Re: [gdal-dev] write JPEG2000 with codek KAKADU without .tif

2012-08-16 Thread Even Rouault
Selon Evgeniy Borovenskiy : > No, at the moment I use the variant in which the file '.tif' with the use of > the driver GTiffDataset is created. And then through CreateCopy() JPEG2000 is > created. > I'd like to create a JPEG2000 file straigh away because the size of images > are very big and the

Re: [gdal-dev] write JPEG2000 with codek KAKADU without .tif

2012-08-16 Thread Evgeniy Borovenskiy
2012 3:15 PM To: Evgeniy Borovenskiy Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] write JPEG2000 with codek KAKADU without .tif Selon Evgeniy Borovenskiy : > The thing is when I try to save the buffer with an image that is being > saved in the operative memory when my program is working and

Re: [gdal-dev] write JPEG2000 with codek KAKADU without .tif

2012-08-16 Thread Even Rouault
Selon Evgeniy Borovenskiy : > The thing is when I try to save the buffer with an image that is being saved > in the operative memory when my program is working and when the KAKADU's > driver tries to create JPEG2000 for the file recording the driver isn't > created. It's because there's no functio

[gdal-dev] write JPEG2000 with codek KAKADU without .tif

2012-08-16 Thread Evgeniy Borovenskiy
The thing is when I try to save the buffer with an image that is being saved in the operative memory when my program is working and when the KAKADU's driver tries to create JPEG2000 for the file recording the driver isn't created. It's because there's no function 'Create' in JP2KAKDataset. But t

Re: [gdal-dev] write JPEG2000 with codek KAKADU without .tif

2012-08-15 Thread Jukka Rahkonen
Evgeniy Borovenskiy scanex.ru> writes: > > > Hello, >   > tell me please, can i write JPEG2000 file with codek KAKADU without create intermediate file .tif. Yes you can. Gdal_translate -of JP2KAK input.png output.jp2 will make you a JPEG2000 image. -Jukka Rahkonen-

[gdal-dev] write JPEG2000 with codek KAKADU without .tif

2012-08-14 Thread Evgeniy Borovenskiy
Hello, tell me please, can i write JPEG2000 file with codek KAKADU without create intermediate file .tif. Evgeniy. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev