/Decal-Converter

A utility to convert decal images to png, gif, colorize, watermark, compress, and fill black

Primary LanguageShell

Decal-Converter

A utility to convert decal images to png, gif, fill all visible color with black, colorize, watermark, and compress for Raven's Decals.

This uses Zenity, Imagemagick, and Pngquant (Only tested on linux mint 20.3 cinnamon)

I made a script to build the .deb file from github
Copy and paste the following code into your terminal:

wget --secure-protocol=TLSv1_2 -O "${HOME}/Desktop/build-decal-converter.sh" "https://raw.githubusercontent.com/Justme488/build-decal-converter/main/build-decal-converter.sh" && chmod u+x "${HOME}/Desktop/build-decal-converter.sh" && sh "${HOME}/Desktop/build-decal-converter.sh"


Features:

  • Single or multiple convert decal image to png
  • Single or multiple colorize,compress, and watermark decals images to White, Black, Blue, Teal, Red, and green (You must use a transparent png file)
  • fill all visible color in decal with black (You must use a transparent png file)
  • Saves png converted, colorized, filled and original decals to folder in home directory
  • Creates shortcut in Menu > Graphics > Decal Converter

Colors are:

  • White - #ffffff
  • Black - #000000
  • Blue - #1791d8
  • Teal - #29bbc8
  • Red - #a01922
  • Green - #008c35
  • Silver - #928F98
  • Pink - #ffade5

Creates the following directories in HOME directory

  • Decals/Black-Fill
  • Decals/Colorized
  • Decals/Original
  • Decals/PNG
  • Decals/GIF