-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows support #88
Comments
Hello sorry for missing this, yes it is on my radar.. in the trimester if I do it myself. Linked to #5 |
I'm not familiar with the MS build tools but they are installed on my system, so I guess I can execute whatever commands you need. I can already send you the pip trace:
|
Hello, I need to see how frequent libgmic static objects are released.. it could spare a lot of work... |
Hello @johndoe46 , I have private feedback from some who managed to have gmic-py for Linux working on Windows thanks to WSL (Windows subsystem Linux) and optionnally windowed display works if https://sourceforge.net/projects/vcxsrv/ is installed. Simple question... is gmic-py support for libopenCV a MUST for you? |
Hello @myselfhimself , Thanks for the feedback. Yes, WSL (version 2) is good and I use it for development needs, however it's not something that is installed out of the box on all windows pcs, so we can't count on it for software distribution. (on a side note, MS is currently adding support for graphic apps: https://www.pcworld.com/article/3543763/windows-10-moves-closer-to-true-linux-with-graphical-support-for-wsl2.html ). gmic-py libopencv support is probably not a must for us. We're not in a hurry anyway, I just think gmic+python is an incredible opportunity for imagery software in general and should see a wide adoption (which means win64 support). Thank you for your time. |
OK !! yes it is good to strategize this way!
And yes WSL2 looks much nicer..
For info someone in my network uses libopencv + gmic-py numpy support +
gmic-py + wsl, feel free to tell me if you would like me to put you through
to that person
Have a nice day!
po 1. 2. 2021 v 16:14 odesílatel John Doe <notifications@github.com> napsal:
… Hello @myselfhimself <https://github.com/myselfhimself> ,
Thanks for the feedback.
Yes, WSL (version 2) is good and I use it for development needs, however
it's not something that is installed out of the box on all windows pcs, so
we can't count on it for software distribution. (on a side note, MS is
currently adding support for graphic apps:
https://www.pcworld.com/article/3543763/windows-10-moves-closer-to-true-linux-with-graphical-support-for-wsl2.html
).
gmic-py libopencv support is probably not a must for us.
We're not in a hurry anyway, I just think gmic+python is an incredible
opportunity for imagery software in general and should see a wide adoption
(which means win64 support).
Thank you for your time.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#88 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJU5QQ5EXTWKZDIDZU4OKDS43AO3ANCNFSM4WFFTMBA>
.
|
Hi, i'm not very experienced in programming, but I in high need of gmic implementation in python code for windows desktop application. |
Hello @Elessar11777 I recommend you use WSL or WSL2 (Ubuntu on Linux.. ie. windows subsystem) and run |
On https://gmic.eu/download.html see the |
With msys2 you will need python headers and libs, possibly from the python msys2 pacman packages: https://packages.msys2.org/search?t=pkg&q=python (python or mingw-w64-python) |
Hello,
Thank you for your work on the python bindings of gmic.
Is Windows 64 support still on your radar ?
I can provide testing.
The text was updated successfully, but these errors were encountered: