Skip to content

Instantly share code, notes, and snippets.

@acodega
Created April 1, 2025 14:55
Show Gist options
  • Save acodega/024db49ea24aebaced23ddcb065262a6 to your computer and use it in GitHub Desktop.
Save acodega/024db49ea24aebaced23ddcb065262a6 to your computer and use it in GitHub Desktop.
cat > /tmp/color.svg << EOF
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="1px" height="1px" xmlns="http://www.w3.org/2000/svg" version="1.1">
<rect width="1" height="1" fill="#FF0000" />
</svg>
EOF
sips -s format png /tmp/color.svg --out /tmp/color.png
#
# Really useful if you already have Desktoppr installed, I know, ironic.
# https://github.com/acodega/mosyleScripts/blob/main/installDesktoppr.sh
#
desktoppr /tmp/color.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment