Search found 1 match

by D_Joling
2016-11-16T03:31:24-07:00
Forum: Magick.NET
Topic: Generation Ptiffs
Replies: 1
Views: 15019

Generation Ptiffs

Dear All,

i'm currently making an application that can convert any jpeg into a Tiled Pyramidal tiff.
with the commandline i can just use this command:
convert source.jpg -define tiff:tile-geometry=256x256 -quality 80 -compress jpeg 'ptif:output.tif'

But when i use my code in C#:

using (var img ...