ServerListPlus icon indicating copy to clipboard operation
ServerListPlus copied to clipboard

Add option to combine different layers of favicons?

Open Andre601 opened this issue 7 years ago • 0 comments

Could it be added, to combine multiple favicons into one whole favicon to make it more customizable?

I had something like that in mind:

  Favicon:
    Layers:
    - |-
      file:background.png # Loads the image "background"
      url:https://visage.surgeplay.com/head/64/%_uuid_% # Gets the image from the site and adds it
      file:layer.png # Loads the image "layer" and adds to the favicon

It would load the images from top to bottom, where it adds them one by one before it then gives the final image. Those most likely have to be prefixed so that it knows exactly from where it needs to get the source. This would allow a lot of customisation.

Andre601 avatar Jan 11 '19 04:01 Andre601