Page 1 of 1

Create a geoTiff file from a stream

Posted: 2016-06-01T09:19:02-07:00
by lavoyech
My question is quite general.
I Wonder if it's possible to create a geoTiff file from a stream input with ImageMagick utilities.
The geoTiff file would be referencing using Tiepoints calculated from metadata. Not just saving a stream or an image with ".tiff" extension.
By now i'm using LibTiff utilities to convert System.Drawing.Bitmap to a 24 or 32-bit color TIFF.
As i have to use ImageMagick to manage jp2 format i wonder if this library could do everything.
I'm working in C# .NET environment.

Best regards.

Re: Create a geoTiff file from a stream

Posted: 2016-06-01T10:20:04-07:00
by fmw42
I do not believe that IM can write geoTIFF tags, but I will defer to the IM developers to correct my statement, if I am wrong.

Re: Create a geoTiff file from a stream

Posted: 2016-06-02T00:20:14-07:00
by lavoyech
Thanks,

I ask this general question because i have a problem to use ImageMagick to write in outputstream in jp2 format, from a geoTiff file.

this is the post in the developper part viewtopic.php?f=2&t=29813

the jp2 i get in the browser is white so i waas thinking that it could be due to the load of the geoTiff.

Maybe you will have an idea.