Hi
In PhotoShop or CorelDraw we have Quality from 1 to 12 but in Magic.net in "Image.Quality" Property (as integer and Default value is 75), I don't know equal value of PhotoShop or Corel qulity in integer.
My code is :
In PhotoShop or CorelDraw we have Quality from 1 to 12 but in Magic.net in "Image.Quality" Property (as integer and Default value is 75), I don't know equal value of PhotoShop or Corel qulity in integer.
My code is :
Using image As MagickImage = New MagickImage()
image.Read(TxtInBrowse.Text)
image.Quality = TxtQuality.Text
image.Write(TxtOutBrowse.Text)
End Using
Thanks