звездочёт

Results 242 comments of звездочёт

Hi @zsiki . :question: Python2 or Python3 or compatible?

Hi @zsiki . :question: New project `python3-geoeasy`?

@kingpinzs say: >I also have added a few new features... Is [jpeg-recompress](https://github.com/ImageProcessing-ElectronicPublications/jpeg-recompress) (jpeg, webp, lossy) involved in your performance?

Hi all. https://github.com/ImageProcessing-ElectronicPublications/jpeg-recompress version 2.5.5: ```sh $ jpeg-recompress test.ppm test.ppm.jpg Metadata size is 0kb SUM at q=69 (40 - 98): UM 0.627327 SUM at q=84 (70 - 98): UM 0.776524...

https://github.com/danielgtaylor/jpeg-archive/blob/8da4bf76b6c3c0e11e4941294bfc1857c119419b/src/hash.c#L23-L27 ```c pos < height * width pos + 1 !< height * width ``` Maybe: ```c int hw, pos; hw = height * width; for (pos = 0; pos...

I will add one more such "miss", but already "from the side": https://github.com/danielgtaylor/jpeg-archive/blob/8da4bf76b6c3c0e11e4941294bfc1857c119419b/src/smallfry.c#L74-L81 to: ```c for (j = 7; j < width - 2; j += 8) { ``` https://github.com/danielgtaylor/jpeg-archive/blob/8da4bf76b6c3c0e11e4941294bfc1857c119419b/src/smallfry.c#L96-L103...

@HyperDevil say: >'configure.ac' or 'configure.in' This project does not use autotools. For build, a Makefile is used. What are you talking about?

@HyperDevil say: >so they are wrong. Not. You are wrong. And the instructions are correct for v.3.2. See also https://github.com/mozilla/mozjpeg/blob/master/BUILDING.md

@Wohlstand say: >Do you want some sort of "wopn2txt" and "txt2wopn"? Yes.

@LudeeD say> I have a pdf file that is 1.3 Gb in size More information please: ``` pdfinfo /home/ludee/Desktop/Dissertação_Ana_Antunes_201405897.pdf ``` And see https://github.com/pts/pdfsizeopt/issues/119