Quartz Filter For Mac
Asked by phaser
Quartz is the graphics subsystem in macOS, XQuartz is an X11 (unix GUI) environment for macOS ('X11 on quartz'). There are two types of Quartz Filters: 'Quartz Filters' and 'Quartz Composition Filters'. Quartz Filters are normally found in /System/Library/Filters. ColorSync makes Quartz filters. If you use the print to PDF feature in Mac OS X, you have probably noticed that it can create some really large PDF files. This is fine as long as you are copying them to CD or DVD, but if you’re putting them on the web or sending them through e-mail, they can really cause havoc on both ends.
I want to create custom Quartz filters to reduce file sizes to custom specifications when exporting a PDF in Preview.
I found a helpful article on how to do it with an old operating system.
I found the code to modify here on Ask Different: How to decrease .pdf size without losing quality
My only problem is I can’t get my Mac to recognize and use the custom files I created. It looks like the file structure has changed as Mac has upgraded its operating system. I have tried placing the files in the following locations and none of them have worked.
This was my reference, macrumors.com, for where to place the files.
I am running High Sierra 10.13.4.
3 Answers
In Catalina (and probably earlier) you can also use the ColorSyncUtility that comes with MacOS and add new filters under 'Filters'.
If you just want to adjust an existing filter, right click on the filter you want to change and select duplicate. Now you can change the values as you wish. You also have the option to create a whole bunch of new filters.
Answered by Marco Boerner with 1 upvote
If the Quartz Filter is not correctly written (it's an XML file), then it will not load. The ColorSync Utility should show you all the installed Filters on the system. You can also create and edit them here.
As you say, Filters will be loaded from any 'Filters' subfolder of the User or root-level Library. (Also the /System/Library/Filters folder, now protected by SIP.) This has not changed in any version of MacOS.
Filters can be placed in the PDF Services subfolder of the Libraries, and then will appear in the PDF button of the print menu. If selected, a PDF will be saved to the Desktop with the Filter applied.
There was a bug in early versions of High Sierra in which filters would not always be applied to certain PDFs, but it has been fixed by Mojave, if not earlier.
Answered by benwiggy with 1 upvote
I have had success on macOS High Sierra 10.13.4 with putting Quartz filters in a Filters
folder within my user's Library
folder:
/Users/my_user_name/Library/Filters/
in other words:
Macintosh HD > Users > my_user_name > Library > Filters
However, your Library
folder is normally hidden. An easy way to navigate to it is to click on the Go menu in Finder and while the menu is down hold the Option key. Library
will then appear in the list. Once you open it you can create the Filters
folder which probably doesn't exist, and put your filters there.
Quartz Filter For Mac Os
For reference, the filters I am using are those that Josh Carr posted to GitHub.
Quartz Filter Mac Einstellen
Answered by jeff krueger with 3 upvotes
Add your own answer!
Quartz Filter Mac Download
Help others by answering this question!