List Info

Thread: Add support for TIFFOpenStream




Add support for TIFFOpenStream
user name
2006-02-28 06:21:11
Dear GeoTIFF Folks,

    I would like to use the C++ stream code in libtiff
(tiffio.hxx, 
tif_stream.cxx) for file i/o.  libxtiffio supports every
method of 
opening a TIF other than this.  At least two solutions come
to mind:

    1) One of the developers comes up with a nice way to add
the 
TIFFStreamOpen() functions.

    2) Make _XTIFFInitialize() public.  Since this is the
only thing 
special about the XTIFFOpen() functions, it is just as
simple to allow 
the client code to call it, and then use whatever TIFFOpen
it wishes.

-- Fred

_______________________________________________
Geotiff mailing list
Geotifflists.maptools.org
ht
tp://lists.maptools.org/mailman/listinfo/geotiff
Add support for TIFFOpenStream
user name
2006-03-28 02:39:55
Fred Rothganger wrote:
> Dear GeoTIFF Folks,
> 
>    I would like to use the C++ stream code in libtiff
(tiffio.hxx, 
> tif_stream.cxx) for file i/o.  libxtiffio supports
every method of 
> opening a TIF other than this.  At least two solutions
come to mind:
> 
>    1) One of the developers comes up with a nice way to
add the 
> TIFFStreamOpen() functions.

Fred,

The stream support in libtiff has been a nightmare, and not
something
I want to introduce into libgeotiff.

>    2) Make _XTIFFInitialize() public.  Since this is
the only thing 
> special about the XTIFFOpen() functions, it is just as
simple to allow 
> the client code to call it, and then use whatever
TIFFOpen it wishes.

Feel free to submit a bug report with the patch to make this
public and
I will incorporate it.

Best regards,

-- 
---------------------------------------+--------------------
------------------
I set the clouds in motion - turn up   | Frank Warmerdam,
warmerdampobox.com
light and sound - activate the windows | http://pobox.com/~warmerd
am
and watch the world go round - Rush    | President OSGF, http://osgeo.org

_______________________________________________
Geotiff mailing list
Geotifflists.maptools.org
ht
tp://lists.maptools.org/mailman/listinfo/geotiff
Add support for TIFFOpenStream
user name
2006-11-11 14:19:16
Frank Warmerdam wrote:
>>    2) Make _XTIFFInitialize() public.  Since this
is the only thing 
>> special about the XTIFFOpen() functions, it is just
as simple to 
>> allow the client code to call it, and then use
whatever TIFFOpen it 
>> wishes.
>
> Feel free to submit a bug report with the patch to make
this public and
> I will incorporate it.


Frank,

    I submitted bug report #1296 with the patch attached. 
Could you
look at and see if it can be applied?  This would really be
helpful to
me, because I am preparing my software for release, and
would really
like to avoid shipping a specially modified library with it.

-- Fred

_______________________________________________
Geotiff mailing list
Geotifflists.maptools.org
ht
tp://lists.maptools.org/mailman/listinfo/geotiff
Add support for TIFFOpenStream
user name
2006-11-11 15:00:49
Fred Rothganger wrote:
> Frank Warmerdam wrote:
>>>    2) Make _XTIFFInitialize() public.  Since
this is the only thing 
>>> special about the XTIFFOpen() functions, it is
just as simple to 
>>> allow the client code to call it, and then use
whatever TIFFOpen it 
>>> wishes.
>>
>> Feel free to submit a bug report with the patch to
make this public and
>> I will incorporate it.
> 
> 
> Frank,
> 
>    I submitted bug report #1296 with the patch
attached.  Could you
> look at and see if it can be applied?  This would
really be helpful to
> me, because I am preparing my software for release, and
would really
> like to avoid shipping a specially modified library
with it.

Fred,

I have reviewed and applied your patch.  I apologize for the
delay.

Best regards,
-- 
---------------------------------------+--------------------
------------------
I set the clouds in motion - turn up   | Frank Warmerdam,
warmerdampobox.com
light and sound - activate the windows | http://pobox.com/~warmerd
am
and watch the world go round - Rush    | President OSGeo, http://osgeo.org

_______________________________________________
Geotiff mailing list
Geotifflists.maptools.org
ht
tp://lists.maptools.org/mailman/listinfo/geotiff
Re: Add support for TIFFOpenStream
country flaguser name
United States
2007-02-08 08:01:31
Frank Warmerdam wrote:
> Fred Rothganger wrote:
>> Frank Warmerdam wrote:
>>>>    2) Make _XTIFFInitialize() public. 
Since this is the only thing 
>>>> special about the XTIFFOpen() functions, it
is just as simple to 
>>>> allow the client code to call it, and then
use whatever TIFFOpen it 
>>>> wishes.
>>>
>>> Feel free to submit a bug report with the patch
to make this public and
>>> I will incorporate it.
>>
>>
>> Frank,
>>
>>    I submitted bug report #1296 with the patch
attached.  Could you
>> look at and see if it can be applied?  This would
really be helpful to
>> me, because I am preparing my software for release,
and would really
>> like to avoid shipping a specially modified library
with it.
>
> Fred,
>
> I have reviewed and applied your patch.  I apologize
for the delay.

Thanks!

Do you plan to roll another public release soon?  Best I can
tell, the 
last one is 1.2.3 in 3/06.

-- Fred
_______________________________________________
Geotiff mailing list
Geotifflists.maptools.org
ht
tp://lists.maptools.org/mailman/listinfo/geotiff

Re: Add support for TIFFOpenStream
country flaguser name
United States
2007-02-08 14:02:27
Fred Rothganger wrote:
>> Fred,
>>
>> I have reviewed and applied your patch.  I
apologize for the delay.
> 
> Thanks!
> 
> Do you plan to roll another public release soon?  Best
I can tell, the 
> last one is 1.2.3 in 3/06.

Fred,

I have no imminent plans for a release.  I'd imagine the
next release would
be driven by newer EPSG datasets.

Best regards,
-- 
---------------------------------------+--------------------
------------------
I set the clouds in motion - turn up   | Frank Warmerdam,
warmerdampobox.com
light and sound - activate the windows | http://pobox.com/~warmerd
am
and watch the world go round - Rush    | President OSGeo, http://osgeo.org

_______________________________________________
Geotiff mailing list
Geotifflists.maptools.org
ht
tp://lists.maptools.org/mailman/listinfo/geotiff

Re: Add support for TIFFOpenStream
country flaguser name
United States
2007-02-09 08:23:12
>
> Fred,
>
> I have no imminent plans for a release.  I'd imagine
the next release 
> would
> be driven by newer EPSG datasets.
>
> Best regards,


Frank,

It would be a bit easier to distribute my application if it
worked with 
a released version of geotiff.  As it stands, I'll need to
either refer 
users to CVS or include a tarball of it in the distro.  This
is OK, and 
I understand why you might be reluctant to cut a revision
just for my 
minor change, but it sure would be convenient.  

-- Fred
_______________________________________________
Geotiff mailing list
Geotifflists.maptools.org
ht
tp://lists.maptools.org/mailman/listinfo/geotiff

[1-7]

about | contact  Other archives ( Real Estate discussion Medical topics )