105
submitted 3 weeks ago by lautan@lemmy.ca to c/linux@lemmy.ml

Bring the Affinity Suite to Linux - #AffinityOnLinux

you are viewing a single comment's thread
view the rest of the comments
[-] warmaster@lemmy.world 2 points 3 weeks ago

Here I am again.

I've been fantasizing of making a simple GS GUI.

[-] poinck@lemm.ee 1 points 1 week ago

Finally I found the time to write down, how I use Ghostscript:

gs \
    -sDEVICE=pdfwrite \
    -o /output/gs_file.pdf \
    -dPDFSETTINGS=/prepress \
    -sProcessColorModel=DeviceCMYK \
    -sDefaultCMYKProfile=/path/to/ISOcoated_v2_eci.icc \
    -sColorConversionStrategy=CMYK \
    source/file.pdf \
    -f

I don't now which of ProcessColorModel or ColorConversionStrategy is the important one. I kept both and did not bother to try to omit one of them. -dPDFSETTINGS=/prepress makes sure that embedded bitmaps are in 300dpi and I think -f prevents Ghostscript staying in interactive mode after all pages have been finished.

[-] warmaster@lemmy.world 2 points 1 week ago

Thanks a lot, I will try this !

this post was submitted on 24 Apr 2025
105 points (81.8% liked)

Linux

54233 readers
647 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS