-
Notifications
You must be signed in to change notification settings - Fork 9
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
Numerous updates #5
base: master
Are you sure you want to change the base?
Conversation
add handling if 'file:///' on commandline (usually received by copying in KDE)
… determine the maximum texture size Add keyboard controls Limit min/max zoom to useful values (hungarian constant used :) )
…bev66 Steal commit 'strict image size max to 8192*4096 ' (e8bf652) from abev66
numpy no longer provides the oldumeric package, and it wasn't being used anyway, so removed the reference. PyOpenGL is a required so said this clearly in the Readme.
Hi Bernd, i would have to review this request. I remember having gone through the various forks a while ago, and in one way or another all of them changed the initial project into some dead end.. My plan is to possibly write a Qt class for this, with proper photosphere support (since my approach here was pretty much a hack) but in the meanwhile i can have a look at this request as time allows :-) |
Hack or not it's the best and simplest photosphere viewer for Linux I've found. Now on my Nemo context menu and I can look at photspheres quickly and easily. In this day and age photoshpere viewing should be a priority built into the standard image viewers to be honest, but it isn't yet, so a little app like this rocks. All I can say is, it works, and so I'm happy ;-). |
By the way, this project is now superseded by https://github.com/paoletto/qmlpanorama. I keep it here as it might still be useful, for some, to just run a python application and not have to build a qml plugin |
Paoletto, looks like andre182 updated a few things, I forked his, and then fixed it to run (as it was broken) and have added a nemo action so I can righ-click Panos in Nemo and view them. Works a charm now. Yours is the origin of all the forks it seems, perhaps you want to merge these branches back into that?