The color-management tag has no wiki summary.
2
votes
1answer
533 views
gnome-terminal overrides Vim color setting
I'm in gnome-terminal on Linux Mint 13. (Mate)
Whatever color scheme I set for the terminal overrides the color scheme i have set for Vim.
How can i stop that from happening?
I have read this: ...
1
vote
1answer
236 views
How to set default printer settings without driver
I am not at all an expert Linux user, but I do network and applications support for an office technology company.
One of our clients is a pharmacy which prints prescription labels through software ...
1
vote
0answers
603 views
Changing color depth in linux mint
How can I alter color depth settings in Linux Mint 13 maya?
I tried to find the xorg.conf in
/etc/X11/
But I could not find the file. Please help me..
Thanks in advance.
4
votes
1answer
358 views
How can I generate CMYK images via the command line under Linux?
I have an application I have developed which is generating RGB PNG images with text on them via imageMagic, like so:
convert -size 1000x1000 -density 300 xc:white -pointsize 24 \
-fill "rgb(0,0,0)" ...