-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CMYK] Add API color model and profile methods to project #58056
Conversation
API allows to define a color model without a color space. If both are set, consistency between defined color model and color space one is checked (only in Qt version 6.8.0 or greater because it's not possible to retrieve color model from color space before that)
Looking good! (The bulk of the comments above are just grammar fixes on the docs) |
@nyalldawson Thank you for your review and your suggestions! I treated all of them except for replacing parameter I choose to write it the Qt way
|
This is another PR regarding qgis/QGIS-Enhancement-Proposals#283
API allows to define a color model without a color space. If both are set, consistency between defined color model and color space one is checked (only in Qt version 6.8.0 or greater because it's not possible to retrieve color model from color space before that)
Contrary to what was stated in the QEP there is no default CMYK ICC profile. User has the ability to select a CMYK color model without ICC profile. If a ICC profile is set, a PDF/X-4 (ready-for-printing) PDF with the ICC profile embedded will be generated when exporting a layout, else a classic PDF 1.4 will be generated.
Funded by Métropôle de Bordeaux