Aurélien PIERRE

Results 46 comments of Aurélien PIERRE

Testing procedure : `exiftool -icc_profile:* test.webp` should return something like :  ``` Device Model Desc : Adobe RGB Device Mfg Desc : darktable Profile Description : Adobe RGB (compatible) Profile...

Already implemented in https://github.com/aurelienpierre/R-Darktable/commit/31d406c5eb30e0efe1b34e04bd8d7a904afb6997 The gist is: ```C void dt_capitalize_label(gchar *text) { if(text) text[0] = g_unichar_toupper(text[0]); } ``` then it's 37 LoC and no translation breaking (except for Hebrew, Chinese,...

See https://gist.github.com/aurelienpierre/a2722cf0603fd1511c5943f598bb7344

For what is worth, monitoring Blueman with `powertop`, it eats as much CPU cycles just running in background as, say, Nextcloud sync daemon. I find it suspicious since it's merely...

Same error here, on Github actions with `ubuntu-22.04`. I tried to install `squashfs-tools` and `libfuse2` on the instances, but it doesn't help.

I ended up forking https://github.com/AppImageCrafters/appimage-demo-qt5 to https://github.com/aurelienpierre/appimage-demo-qt5 to see if it was an error on my side. It fails just the same on Ubuntu 20.04 : https://github.com/aurelienpierre/appimage-demo-qt5/actions/runs/3713713274/jobs/6296694776 ``` INFO:main:Running AppImage...

Don't fix it if you don't understand it. But since idiocracy has become the new way, just break it some more. It's ok, I have backups.

Seriously, this thread is a pain to read. Color balance RGB with dt UCS 22 uses saturation $S$, chroma $C$, brightness $B$ and lightness $L$. $B = L/L_{white} * (C^{1.33}...

## DAM/collections * lighttable thumbnails view: * :heavy_check_mark: rating overlays * hint of whether the pic was already edited * contextual menu with: * move, * :heavy_check_mark: delete, [exists only...