-
Notifications
You must be signed in to change notification settings - Fork 30
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
Refresh preview problem #173
Comments
can you post those images that have bad exif values? |
I sent email with example picture ([email protected]) |
Should be working properly with latest commit, please do test. |
I try and working properly with problem's picture, but now the first opening of all non-landscape images (were fine originally too) is very slow (2-3 seconds). |
Are those images just regular ones? Like, without exif and such? |
No. Also taken with a mobile phone and contains EXIF data. Ex: Orientation : Horizontal (normal). |
yeah, processed images are cached to prevent reprocessing later on Can you post the images you are testing? maybe the processing I'm doing for the other exif cases aren't the best. Please don't email as I don't think my server can handle attachments properly. |
How can I remove fresh ueberzugpp? I cloned to directory, and make install in past. Now I want uninstall this, and install from Debian 12 repo, because that version havent slow load problem (vertically picture). I try sudo make uninstall command in cloned directoty, but I get error message: No rule to make target 'uninstall'. |
I think make install places all files under |
Cool. It worked. |
I use Debian 12 Stable with bspwm tiling windows manager, and lf file manager, and I configured preview. But I have a big problem. Sometimes there are cases where the EXIF orientation of the completed images does not get a good value. Image viewers can handle this just fine, but the preview image will show it rotated. For this, I created a command that rotates the image in the right direction and saves the file under its original name (convert file -auto-orient file)
The problem is that no matter how hard you do it, the preview image doesn't show it. It doesn't show even if I quit the lf program and open it again. It only updates if I open another window (no matter what program) and then the lf window shrinks and thus suddenly updates the preview image and now shows it well.
What could be the problem? How should one of the scripts be modified?
The following config files use:
cleaner:
lfrun
previewer:
The text was updated successfully, but these errors were encountered: