I'm completely new to image processing in ASP.NET. I am very familiar with Photoshop, and image magick to some degree.
I am trying to figure out what the difference is between Quality and Compression as other apps tend to treat them as the same. With system.drawing.imaging there's settings for Quality and Compression.
http://msdn.microsoft.com/en-us/library/system.drawing.imaging.encoder.quality.aspx reads: "The Quality category specifies the level of compression for an image."
http://msdn.microsoft.com/en-us/library/bb882583.aspx reads: "A quality level of 0 corresponds to the greatest compression, and a quality level of 100 corresponds to the least compression."
The documentation seems to use Quality and Compression interchangeably. However, there's settings for each. What's the difference?