Write as Tiff Image in memorystream

Magick.NET is an object-oriented C# interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick.NET
Post Reply
lavoyech
Posts: 6
Joined: 2016-06-01T08:22:26-07:00
Authentication code: 1151

Write as Tiff Image in memorystream

Post by lavoyech »

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

Code: Select all

 magick.Write(responseStream, lSavedFormat);
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.
Post Reply