home.social

Search

5 results for “CmykStudent”

  1. @CmykStudent No, there's no odd behaviour like that. Just that the cross doesn't honour CSS colours and is bigger.

    If I use the GTK Inspector and add the rule `.close.titlebutton image { color: #f00 }` then the colour changes in Geany and other apps but not Gimp.

  2. @sabrinaweb71 & @01micko

    Converting image in base64 will be very inefficient... Using text for images perhaps it is not such a brilliant idea…

    However, I had another intuition, it could be possible to replicate the same behavior of the raw image files, where the changes are stored into an XML file, in that case it will change only the XML while the picture would be untouched.

    Now, cause #Gimp supports non-destructive editing it might be possible for instance...

    Dear @GIMP team and @CmykStudent it is not unreasonable, I guess, to consider the idea of a format, that could be called GMF as in "GIMP or GEGL Meta File", where you have a file saved in a compressed format, for instance jpg2000 cause support transparency and can be wrapped into a PDF, and have the GMF file storing all the changes, when you open this GMF file it consolidates everything into Gimp. The key would be in having a good batch processor to flatten these meta files on the fly for software like #Scribus or #Speedata #Publisher.

    In terms of version control software you would uploaded or downloaded those images (already compressed) just once, and then only dealing with the XML GMF files. Perhaps won't be the most savvy energy format but it will spare a lot of time and bandwith... 🤔

  3. I did this weekend, and one of my teammates used Procreate. He shared palette swatches which I could not open in @GIMP ...

    ...I took that as a personal challenge. :)

    Afterwards I reviewed the files (zipped JSON) and few others I found online, and submitted a merge request to add initial support.

  4. « Currently working on updates to the color picker tool. Now it shows you what the current color profile is ! It also uses that profile to provide more accurate ranges instead of assuming space. The final part should be correcting the out-of-gamut indicator to match. » CMYK Student

  5. « Making some adjustments to export based on @zemarmot's feedback. GtkFlowBox works a lot better here I think. I've got a little more to clean up, but this feature should be in 2.99.14 ! » CMYK Student