Re: [Gimp-gui] Auto-generated tags for brushes

2018-06-03 Thread Elle Stone

On 06/03/2018 02:47 AM, Michal Vašut wrote:

It would ve nice to specify those (or asset specific) metadata also for
another assets (plugins, gradients, fonts, ...). I hope devs are planing to
make some asset manager and now is the time (or will be after stabilizing
2.10) to do so.



Hi Michal and All,

Do GIMP plug-ins currently have any associated user-accessible metadata? 
Looking at a couple of sample code files, author names and copyrights 
seem to be put in the code file, but not in a way that's accessible 
through the user interface.


I'm guessing that plug-ins, and assets such as gradients, color 
palettes, dynamics, etc, all could have user-added metadata added - 
"could have" meaning it seems possible to write code to add 
user-generated tags and things like author name, copyright, source url, 
etc, simply because the code for these things is GIMP code.


Are fonts the sort of thing to which users could directly add metadata? 
I'm guessing not, as GIMP code doesn't make fonts, rather only uses 
fonts supplied elsewhere. I'm guessing people that have many, many fonts 
installed on their system probably use some sort of font management 
that's not part of GIMP?


Best,
Elle
___
gimp-gui-list mailing list
gimp-gui-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-gui-list


Re: [Gimp-gui] Auto-generated tags for brushes

2018-06-02 Thread Elle Stone

FWIW, I filed a bug report on this topic:
https://gitlab.gnome.org/GNOME/gimp/issues/1553

On 06/01/2018 02:06 PM, Elle Stone wrote:
It would be nice if GIMP brush metadata could hold the 
author/copyright/source url/other? information for each brush.


It would be really nice if certain tags for brushes could be generated 
automatically, including:


1. Type of brush - gih, vbr, or gbr (also abr? these are handled 
differently?)


2. Approximate size of brush - I use these groupings for "size" tags, 
using the long dimension for brushes that aren't square:

     ~32px (and anything smaller)
     ~64px
     ~128px
     ~256px
     ~512px (and anything bigger)

     So for example 100px brushes go in the 128px category and 80px 
brushes go in the 64px category.


3. Author of brush

4. Other?


Best regards,
Elle
___
gimp-gui-list mailing list
gimp-gui-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-gui-list