Mikhail Morozov
Mikhail Morozov
ARM64 always has NEON instructions so it will be good to define STBI_NEON automatically.
stb_image already supports binary ppm and pgm files. So I think it will be good to add support for pbm too. I also added some test files and added pbm...
В [RFC 2301](https://www.rfc-editor.org/rfc/rfc2301) написано, что TIFF может содержать три слоя > > The 3 layers of the MRC model are Foreground and Background, which > are both multi-level, and Mask,...
Раз мы разрабатываем под этой "свободной" лицензией, надо выполнить несколько требований: * Заменить везде в программе Scan Tailor на Scan Tailor Experimental, чтобы было понятно, что это форк. * Добавить...
@zvezdochiot решил отдельно завести для варнингов под юниксы тикет, чтобы не загромождать под винду Вот debian12 x64 с `-D CMAKE_BUILD_TYPE=Release`, boost я в список не включал. Завтра попробую эту войну...
On Qt6.6 images rendered with scaling. But they should be rendered as is, without scaling at all.   
Shouldn't we have some dialog somewhere with compression parameters? https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/issues/4 For example, for coloured images we have LZMA which can be better than LZW  And for BW we can...
Tested on integrated GPU with 2GiB shared memory. When processed very large pages (batch processing) it occupies all GPU memory and silently hangs up. Desired behaviour: either crash with some...
cpaldjvu produce broken images after commit https://github.com/barak/djvulibre/commit/1a47fd3a6396efcbcba892bb415185ddeb6d3535 Just restoring previous code makes everything work as before: ``` diff diff --git a/tools/cpaldjvu.cpp b/tools/cpaldjvu.cpp index 336c388..db35b5c 100644 --- a/tools/cpaldjvu.cpp +++ b/tools/cpaldjvu.cpp @@...