Skip to content

A utility to convert decal images to transparent background, resize, compress, fill black, white background, colorize, gif, and create tablet images (If you use a tablet for a slideshow)

Notifications You must be signed in to change notification settings

Justme488/Decal-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decal-Converter

A utility to convert decal images to remove backgrounds, gif, fill all visible color with black, White background, colorize, and compress for Raven's Decals.

This uses Zenity, Imagemagick, Potrace, and Pngquant (Tested on Linux Mint 22 cinnamon)

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

wget -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 to transparent background
  • Single or multiple colorize and compress decals images to White, Black, Blue, Teal, Red, green, Silver, Pink, Purple, Dark Blue, Orange, Yellow, and Neon-Green (You must use a transparent png file)
  • fill all visible color in decal with black
  • 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
  • Purple - #1a0e67
  • Dark-Blue = #003478
  • Orange = #d56f31
  • Yellow = #f3e11f
  • Neon-Green = ##39FF14

Creates the following directories in HOME directory

  • Decals/Resized-Transparent
  • Decals/Black-Fill
  • Decals/Colorized
  • Decals/Original
  • Decals/GIF
  • Decals/Tablet
  • Decals/White-Background

About

A utility to convert decal images to transparent background, resize, compress, fill black, white background, colorize, gif, and create tablet images (If you use a tablet for a slideshow)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages