lycon
lycon copied to clipboard
A minimal and fast image library for Python and C++
When installing `lycon` through pip using a pre-built wheel build on an AMD EPYC 7282 the installation fails to load with `illegal instruction`. The solution to get around this was...
Hello, I want to install the lycon with pip install lycon, but it comes with the error:  My cmake version is 3.2 and I could not use the sudo...
As title states ` import lycon from tqdm import tqdm image_full_path = "00010640.jpg" # any image for i in tqdm(range(20000)): image = lycon.load(image_full_path) image = lycon.resize(image, width=512, height=512, interpolation=lycon.Interpolation.LINEAR) lycon.save("test.jpg",...
Hi, I really like your library and would like to use it as a dependency of our library. The only thing stopping us from depending on this tool is that...
Right now it's only possible to load image from a file. I have a use case where I would like to load image from a buffer, specifically the the response...
Hi There, Great library (very fast). I'd love to use it bit can't get the lycon.load() function to ignore the image orientation when loading. Any pointers? Thanks!
Hello, I used the source code to install in my Anaconda environment but found the error: >>> import lycon Traceback (most recent call last): File "", line 1, in File...
Is windows supported ?
I have the following error when installing lycon on python 3.8.2 on Ubuntu 18.04. However, I was used to install and use lycon through pip install on my Mac. `lsb_release...
Could not install from pip on PowerPC architecture. GCC output: `c++: error: unrecognized command line option ‘-march=native’` I found another project where it caused problems: https://github.com/mfem/mfem/issues/216 The solution is to...