Skip to content
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

copy images does not work with HEIC filetype #4

Open
urielz opened this issue Mar 8, 2023 · 2 comments
Open

copy images does not work with HEIC filetype #4

urielz opened this issue Mar 8, 2023 · 2 comments

Comments

@urielz
Copy link

urielz commented Mar 8, 2023

issue: the copy functionality of feh does not work with HEIC images
try:

feh --output-dir=~
press 's' to copy a HEIC image to ~

expected result: find a copy of HEIC file in ~
actual result: no file is copied and this error appears: "Path component does not exist"

error seems to be linked to this file in feh:
https://github.com/derf/feh/blob/master/src/imlib.c

Any idea how to solve this?

@vi
Copy link
Owner

vi commented Mar 8, 2023

Is it really a problem with imlib2 loader?

Note that imlib2 has changed its loader API and current imlib2-heic and imlib2-bpg won't work with modern (e.g. 1.10) imlib2.

@urielz
Copy link
Author

urielz commented Mar 8, 2023

| Is it really a problem with imlib2 loader?
I don't really know if the problem lies in imlib2 loader or somewhere else.

|Note that imlib2 has changed its loader API and current imlib2-heic and imlib2-bpg won't work with modern (e.g. 1.10) imlib2.
I'm still on imlib2 1.7.4. And I should mentioned that I can see HEIC images just fine, it's the save function that doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants