Write as Tiff Image in memorystream
Posted: 2017-05-10T01:50:31-07:00
Hello,
I'm using ImageMagick in .NET project.
In this one i have to wrtie a geoTiff image to an output memorystream.
previously i used the above line for non georeferenced format such as jpeg
If i use the same with the format MagickFormat.Tiff the output file is not georeferenced. (Even if the file i have load in my ImageMagick object is a correct georeferenced tiff file).
In this think (http://u88.n24.queensu.ca/exiftool/foru ... pic=2700.0) i understood that ImageMagick cannot perform geoTiff process so should not be able to write to georeferenced geoTiff Image.
The previous link is quite old so i wonder if my deduction is correct or if there is a way to write to geoTiff file using ImageMagick.
I hope my english is clear enaugh.
Best regads.
I'm using ImageMagick in .NET project.
In this one i have to wrtie a geoTiff image to an output memorystream.
previously i used the above line for non georeferenced format such as jpeg
Code: Select all
magick.Write(responseStream, lSavedFormat);
In this think (http://u88.n24.queensu.ca/exiftool/foru ... pic=2700.0) i understood that ImageMagick cannot perform geoTiff process so should not be able to write to georeferenced geoTiff Image.
The previous link is quite old so i wonder if my deduction is correct or if there is a way to write to geoTiff file using ImageMagick.
I hope my english is clear enaugh.
Best regads.