Tony Cook
Tony Cook
made the 01-basic tests handle version differences like the 02-branch tests do
try https://github.com/tonycoz/p5-LLVM/tree/multiple-llvm-versions Tested with LLVM 3.5, 6.0 and 7.0 as packaged by Debian buster (PR #2)
deprecated in 1.016
``` int im_io_set_max_mmap_size(pIMCTX, size_t new_size); - done size_t im_io_get_max_mmap_size(pIMCTX); - done i_io_mmap() - macro i_io_size() - macro ```
This works, but needs to implement 16-bit, float, float16
https://metacpan.org/pod/Pod::Index especially https://metacpan.org/pod/Pod::Index::Builder might be useful. This doesn't generate the index pod though.
Some image loaders call a library API that returns a block of memory loaded with the image content, and this is often in a format suitable for the raw idata...
Since the image data block may not have been allocated with mymalloc() (or even malloc()), the caller will need to provide data and a function pointer to ensure the memory...
Right now reference counting for dependent images (like with the image fill, masked images) is handled by keeping a reference to the underlying raw image in the perl level Imager...
Ideally this is something to do while I mess with the ABI as I'm currently doing