Search
14 results for “CmykStudent”
-
@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.
-
Someone (thanks @CmykStudent for discovering it!) shared this meme… about #ZeMarmot's Jehan, as @GIMP maintainer "hero developer"! 😅😎😱🤣
We were unsure what to do of it. In the end, just sharing it… for the fun. I should say "Thank you", I guess? 🤷🤗
-
Someone (thanks @CmykStudent for discovering it!) shared this meme… about #ZeMarmot's Jehan, as @GIMP maintainer "hero developer"! 😅😎😱🤣
We were unsure what to do of it. In the end, just sharing it… for the fun. I should say "Thank you", I guess? 🤷🤗
-
Someone (thanks @CmykStudent for discovering it!) shared this meme… about #ZeMarmot's Jehan, as @GIMP maintainer "hero developer"! 😅😎😱🤣
We were unsure what to do of it. In the end, just sharing it… for the fun. I should say "Thank you", I guess? 🤷🤗
-
Someone (thanks @CmykStudent for discovering it!) shared this meme… about #ZeMarmot's Jehan, as @GIMP maintainer "hero developer"! 😅😎😱🤣
We were unsure what to do of it. In the end, just sharing it… for the fun. I should say "Thank you", I guess? 🤷🤗
-
Someone (thanks @CmykStudent for discovering it!) shared this meme… about #ZeMarmot's Jehan, as @GIMP maintainer "hero developer"! 😅😎😱🤣
We were unsure what to do of it. In the end, just sharing it… for the fun. I should say "Thank you", I guess? 🤷🤗
-
#GIMP now has support for multichannel #openexr #vfx thanks to @CmykStudent !
-
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... 🤔
-
If you encounter bugs in GIMP 3.2, we'd like to hear about them (and hopefully fix them!): https://gitlab.gnome.org/GNOME/gimp/-/work_items
-
Went back to my local NDE Gradient filter branch and actually got it working! Previously you could toggle the visibility of gradient filters, now they're fully editable.
We got a number of requests for the Gradient tool to be non-desturctive, so I'm glad that that's pretty close to happening now!
-
Revisited my non-destructive filter Gradient tool code and got it working!
We have several tools that are really just applied GEGL filters, so hopefully this can be a reference for making them non-destructive as well.
-
I did #globalgamejam 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.