1
0
mirror of https://github.com/koloml/philomena-tagging-assistant.git synced 2026-06-23 18:22:20 +00:00
Files
philomena-tagging-assistant/src/assets/icon

Extension Icon

This folder contains original resources used to make an icon for the extension. Since I'm not really an icon designer, I ended up just composing the icon from sites logos + the shorthand name of the extension with fancy font. Nothing special.

Sources

All resources used for composing an icon are stored here as copies just to not lose anything. Original assets are sourced from the following places:

Rendering

Note: You don't need to do anything to pack current version of icon to the extension. All icons are already pre-rendered and placed into the static directory.

For now, any change to the icons will require manual re-rendering of PNG versions of the logos used when packing extension for the release. All you need is to open /src/assets/icon/icon.svg in software like Inskape, hide the currently opened logo and toggle the required one and save it into icon256.png, icon128.png, icon48.png and icon16.png.

For the font on the bottom-right to work, you will need to install it from the file src/assets/icon/fonts/roundfeather-regular-1.001.ttf (or you can download and install it from the source link).

You should render them into /static directory in the following structure:

  • Place Furbooru icons into /static directory
  • Then add same icons for Derpibooru and Tantabus into /static/icons/depribooru and /static/icons/tantabus respectively.

Resulting structure will look like this:

static/
    icons/
        derpibooru/
            icon16.png
            icon48.png
            icon128.png
            icon256.png
        tantabus/
            icon16.png
            icon48.png
            icon128.png
            icon256.png
    icon16.png
    icon48.png
    icon128.png
    icon256.png