звездочёт
звездочёт
Hi all. https://github.com/randy408/libspng/blob/0e4b64a64b09851076eeafb5832135a52b4a0b59/CMakeLists.txt#L33-L34 Maybe add?: ```cmake set(SPNG_VERSION ${SPNG_MAJOR}.${SPNG_MINOR}.${SPNG_REVISION}) set_target_properties(spng PROPERTIES VERSION ${SPNG_VERSION} SOVERSION ${SPNG_MAJOR}) ```
:question: Maybe it is worth transferring `.hstr_favorites` and a dump of `$HISTFILE` to `~/.local/hstr`? This would allow you to create tag subdirectories `~/.local/hstr/tags` and add tags mode to `hstr`.
On the basis of `favorites`, build a model of` templates` - almost the same as `favorites`, but adapted to quickly insert values? That is, one value can be inserted at...
Clean?
:question: Maybe clean repo? ``` $ git clone [email protected]:richgel999/fpng.git $ cd fpng $ git filter-branch --force --index-filter "git rm --cached --ignore-unmatch *.qoi" --prune-empty --tag-name-filter cat -- --all WARNING: git-filter-branch has...
Experiment ?
Hi @ilyakurdyukov . The other day I came across jpeg with CMYK color space. `jpegqs` (at least from https://github.com/ImageProcessing-ElectronicPublications/libjpegqs) did a great job with it. But it turned out that...
Release: https://github.com/mozilla/mozjpeg/releases/tag/v4.0.3 ```diff diff -r mozjpeg-4.0.3/CMakeLists.txt mozjpeg-4.0.3-moz/CMakeLists.txt 12a13 > set(PRENAME moz) 574c575 < add_library(jpeg-static STATIC ${JPEG_SOURCES} $ --- > add_library(${PRENAME}jpeg-static STATIC ${JPEG_SOURCES} $ 577c578 < set_target_properties(jpeg-static PROPERTIES OUTPUT_NAME jpeg) ---...
Hi @lcn2 . ```sh $ ldd calc ... libcalc.so.2.14.1.0 => ~/git/calc/libcalc.so.2.14.1.0 (0x00007fafa43dd000) libcustcalc.so.2.14.1.0 => ~/git/calc/libcustcalc.so.2.14.1.0 (0x00007fafa43d4000) ... ``` Shouldn't it link to the SO (MAJOR) version?: ```sh libcalc.so.2 => ......
The channel-by-channel threshold allows you to save color labels. Origin:  Threshold: 
See: * https://github.com/ImageProcessing-ElectronicPublications/photoquick-plugins/tree/master/src/transform/pixart-scaler * https://github.com/ImageProcessing-ElectronicPublications/photoquick-examples/tree/main/plugins/transform/upscale