Mikhail Morozov

Results 9 issues of Mikhail Morozov

ARM64 always has NEON instructions so it will be good to define STBI_NEON automatically.

1 stb_image

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,...

dispute
enhancement

Раз мы разрабатываем под этой "свободной" лицензией, надо выполнить несколько требований: * Заменить везде в программе Scan Tailor на Scan Tailor Experimental, чтобы было понятно, что это форк. * Добавить...

enhancement
progress

@zvezdochiot решил отдельно завести для варнингов под юниксы тикет, чтобы не загромождать под винду Вот debian12 x64 с `-D CMAKE_BUILD_TYPE=Release`, boost я в список не включал. Завтра попробую эту войну...

dispute
progress
build

On Qt6.6 images rendered with scaling. But they should be rendered as is, without scaling at all. ![изображение](https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/assets/1690651/32599439-1513-4029-9596-f00454522d72) ![изображение](https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/assets/1690651/d1460e94-b4ec-40a5-8b28-1c0750694096) ![изображение](https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/assets/1690651/fe0ce12d-ffe6-482a-afb4-7a0eadf13163)

bug

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 ![изображение](https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/assets/1690651/f04d6597-0261-4683-8470-a4ebfe6b0437) And for BW we can...

enhancement

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...

invalid

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 @@...