Replies: 2 comments 1 reply
-
This depends entirely on the underlying output module. The EPS output supports CMYK, SVG supports whatever you supply as color value, and for everything else, your best bet is the ImageMagick output, which allows you to specify one of various output formats via the |
Beta Was this translation helpful? Give feedback.
0 replies
-
I tried EPS with Imagick but every time I use it it would rasterize it and
I need to preserve the vector
…On Wed, 12 Mar 2025 at 23:42, smiley ***@***.***> wrote:
This depends entirely on the underlying output module. The EPS output supports
CMYK
<https://github.com/chillerlan/php-qrcode/blob/b5ff1258a9a8bf6eff15d8c12365400ba60d652c/src/Output/QREps.php#L75>,
SVG supports whatever you supply as color value
<https://developer.mozilla.org/en-US/docs/Web/CSS/color_value>, and for
everything else, your best bet is the ImageMagick output, which allows you
to specify one of various output formats
<https://www.imagemagick.org/script/formats.php> via the imagickFormat
option.
—
Reply to this email directly, view it on GitHub
<#301 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD3CMBUNF64SCLLSBY22BDL2UCZ6XAVCNFSM6AAAAABY4RNOL2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENBYGA4TOOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Kind regards,
*Dawid Nawrot*
<https://lemon-art.pl>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't find a configuration or setting to make sure the values for colours are in CMYK not RGB. Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions