Christian Oeing
Christian Oeing
Just found the pieces of code that Gimp does when the color values should not be saved: https://github.com/MichaelMure/gimp-plugins/blob/b589aaede0e9703e4b4f7a106e7b6a29622836d1/common/file-tiff-save.c#L996 https://github.com/MichaelMure/gimp-plugins/blob/b589aaede0e9703e4b4f7a106e7b6a29622836d1/common/file-tiff-save.c#L818 I guess the second link just sets a flag in the...
> Also I showed in a previous comment that Imagemagick is doing a pixel-by-pixel compare of tiff with png and the results are identical. Yes, unassociated images are identical to...
> As snibgo said, the associated image has different alpha blending than unassociated and so would not be expected to look the same. You cannot have the transparency you want...
Yay, I finally arrived at my desired result! Not really sure why it works as it does, but of course I want to share it here to help other devs...
For the sake of completeness, here is the original image and all generated ones:  [generated.zip](https://github.com/user-attachments/files/16848223/generated.zip)
> Thanks for solving this, and telling us about your solution, @coeing. > > I don't know why "`-channel R,G,B`" solves the problem. Incidentally, the commas shouldn't be needed, this...
Hi @abstractj, I am currently starting to make the connection from our Node.js backend to the KeyCloak auth server. Do you have a hint which might be the recommended alternative?...
@abstractj @jonkoops Thanks a lot for your quick suggestions! I will try those libraries and hope to remember to give you feedback :)
> Any feedback @coeing about new node keycloak implementation ? Hi @marcoBros ! Thanks for the reminder :) In the end we just verify the token send by the frontend...
Hi @lucrus73 , I can understand your thinking, this was the way I imagined it in the beginning as well. But due to the magic of asymmetric encryption your server...