Use Quartz image filters in macOS’s Preview app to apply special effects to images.
Apple’s Core Graphics (Quartz) 2D imaging subsystem provides a high-performance, consistent API for creating, saving, and manipulating graphics. It’s also responsible for drawing most text on Apple platforms (Core Text).
Text can be drawn by Quartz using subpixel precision, and anti-aliasing (smoothing) even if a particular display can’t show the text at full computed resolution.
Go Here to Read this Fast! How to apply Quartz filters in macOS when saving images in Preview
Originally appeared here:
How to apply Quartz filters in macOS when saving images in Preview