John Whitington

Results 139 issues of John Whitington

For example: ``` $ dune init proj foo Entering directory '/Users/john/Desktop/foo' Success: initialized project component named foo $ cd foo $ ls _build dune-project lib bin foo.opam test ``` Why...

bug
dune init

### ImageMagick version 7.1.1-28 ### Operating system Linux ### Operating system, version and so on MacOS 14.3.1 ### Description I am doing some automatic processing of JPEGs to reduce their...

See email of 27th February 2024.

Say a file of 8000 pages and 200Mb is being split into individual pages. There is too much graph traversal going on. Can we cache? If obj 20 implies objs...

For cpdf to reprocess 1bpp images with, when JBIG2 is not desired, and uncompressed or flate or lzw is present.

Whilst cpdf is generally fast, we are behind on simple operations on large files - perhaps by not delaying the reading of objects from object streams in some way? ```...