vi / imlib2-heic

HEIC/HEIF decoder for imlib2 (feh)
BSD 3-Clause "New" or "Revised" License
24 stars 2 forks source link

copy images does not work with HEIC filetype #4

Open urielz opened 1 year ago

urielz commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

| 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.