Peter Lunding Jensen

Results 10 issues of Peter Lunding Jensen

Hello. Is there any way to track the progress of a celery group? That is, spawning a lot of asynchronous tasks, and keeping track of how many subtasks are completed...

question

Hi. Are there any plans to extend this repo to also transform detectron2 models to tensorrt?

Hi John calling pyvips.Image.thumbnail with auto_rotate as according to: https://libvips.github.io/pyvips/vimage.html#pyvips.Image.thumbnail seems to be deprecated ``` Message: '{0} argument {1} is deprecated' Arguments: ('thumbnail', 'auto_rotate') ```

question

Hello John. running ``` pyvips.base.get_suffixes() ['.csv', '.mat', '.raw', '.v', '.vips', '.ppm', '.pgm', '.pbm', '.pfm', '.hdr', '.dz', '.png', '.jpg', '.jpeg', '.jpe', '.webp', '.tif', '.tiff', '.gif', '.bmp'] ``` Gives the available suffixes...

question

Hi John. I have some trouble understanding the composite function. Image used in the example : [img](https://news.cgtn.com/news/77416a4e3145544d326b544d354d444d3355444f31457a6333566d54/img/37d598e5a04344da81c76621ba273915/37d598e5a04344da81c76621ba273915.jpg) The aim here is to have an image of size 3000 x 3000...

question

Hello. This question is inspired by : https://github.com/libvips/ruby-vips/issues/91 Is there a way to make pyvips.Image.new_from_file() return the dimension of bands and the dimensions of z? Using your multipage tiff file...

question

Hi. Im trying to save a large image into tile format. I'm using python 3.6.9 and the code : `x = pyvips.Image.new_from_file("test.ndpi", access="sequential")` `x.dzsave("test_folder")` Which works fine in verison 8.4.5....

question

Hello. This seems like a pretty cool project. However, it seems that all the code is python 2.7 and some of the python bindings have changed. e.g. `import gobject` is...

Hi. I've been looking at this lossy jpeg filter : https://github.com/CARS-UChicago/jpegHDF5 which i'd very much like to try. Is it possible to add it / import it with the hdf5plugin...

Hi @Vatsalparsaniya This is a very nive project and I'd like to use it in my own work. Would you mind adding a license to the project?