Manipulating TIFF images in .Net without 3rd party libraries

If you need to do basic TIFF file manipulation you don’t need to reach for a 3rd party library. The Windows.Media.Imaging namespace provides tools you can use to:

  • Create Multi-Page TIFF files
  • Extract Pages
  • Remove Pages
  • Get page count
  • Work with other encoder/decoders like gif, png, jpeg, bmp, etc.

Continue reading

Advertisement