Malay
Results
2
comments of
Malay
Is it possible to use pyvips with mmap to create a large file on disk and then use insert method to generate the large image?
Not sure if I am doing something wrong: ``` import pyvips source = pyvips.Source.new_from_file("image.jpg") ``` Traceback (most recent call last): File "fd1.py", line 34, in source = pyvips.Source.new_from_file("image.jpg") File "/home/malay/miniconda3/envs/py3.8/lib/python3.8/site-packages/pyvips/vsource.py",...