euzada
euzada
hi, I am having this error each time I tried to install decompyle3 when I tried after to run it alone. This is how I install it. pip install git+https://github.com/rocky/python-decompile3...
Hi, first thank you for writing this script. I am trying to run it on unrooted android using frida gadget. The server has been included correctly in the apk and...
Hi, I purchased the pro version from playstore, version 1.3.3 and it can shows the connection correctly except that it doesnt decrypt the SSL packages. I installed manually the certificate...
**edit:** Problem solved by removing the second arrayjoin `im = pyvips.Image.arrayjoin(im.bandsplit(), across=1)` Hi, I was using the convert.py code written by @jcupitt, and it works if the image is on...
Hi, I know libvips is mainly CPU based library, but there is any way I can use GPU to perform some of the tasks? I used CUDA in python but...
Hi, Than you for compiling the windows version of libvips. Is it possible to include vipsdisp to the new release as part of the default build? Thank you.
Hi, I am trying to build libvips for windows --without-llvm and as soon as I reach librsvg it failed. Any idea why? ```[build] librsvg x86_64-w64-mingw32.shared.win32.all Failed to build package librsvg...
Hi @kleisauke and @jcupitt, I configured docker, wsl2 (Ubuntu) correctly, but when I tried to build libvips, I got an error regarding zlib library (Download failed). here is a copy...
Hi @jcupitt, I tried to save an image as jpeg XL but getting the following error: ``` pyvips.error.Error: no such operation jxlsave VipsOperation: class "jxlsave" not found ``` I compiled...
Hi, My code (python) was working correctly. One time my PC rebooted (crashed) for another reasons (wsl) and now when I try to run the script, I always get the...