manticore-projects

Results 451 comments of manticore-projects

Greetings! We have just released [FPNG-JAVA](https://github.com/manticore-projects/fpng-java) stable version 1.1.0 with binaries for Windows, Linux and MacOS. I had to add some Macros for getting the Windows DLL work. Please try...

Question please: For "small" size PNGs, the FPNGe encoded size is very competitive, especially when considering the huge performance gain. Of course, with the other encoders even smaller encodings are...

> That depends a lot on the specific image, could I see what images you are compressing here? Yes, of course, Its all in the Repo, sub project benchmark: https://github.com/manticore-projects/fpng-java/tree/main/benchmark/src/test/resources...

What I find most weird is Standard Java `ImageIO`. It does not provide any switches, just encode and that's it. So how come that it score so well by size...

Thank you for this explanation. Fair point raised, I will need to add more tests.

Sample conf.py ```python # -*- coding: utf-8 -*- import sys, os sys.path.append('/home/are/.local/lib/python3.9/site-packages') import sphinx_redactor_theme, rtcat_sphinx_theme # # parsing maven pom.xml from xml.etree import ElementTree as et namespaces = {'xmlns' :...

Greetings! Would you be interested in supporting a Formatter for JavaCC Grammar? I have not found anything useful available and the "Format" function in IntelliJ does not seem to do...

Greetings. The `ON OVERFLOW` clause is not supported yet. You would need to provide or sponsor an implementation if this was urgent.

Greetings DBeaver team. Maybe I can lend a helping hand here. Since I want to test/use DuckDB or ClickHouse and did not find anything good for the migration from Oracle...

> but this is not a database connection; this is an import/export function similar to CSV. Maintaining a [custom JDBC driver for Excel Sheets](https://github.com/manticore-projects/sqlsheet), I can only second this. The...