Create a geoTiff file from a stream
Posted: 2016-06-01T09:19:02-07:00
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.
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.