OtterBrowser / otter-browser

Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5
https://otter-browser.org
GNU General Public License v3.0
1.82k stars 278 forks source link

EXIF support #382

Open rplnt opened 10 years ago

rplnt commented 10 years ago

As per title, the Long Description field is empty even if EXIF is present.

Example image: https://upload.wikimedia.org/wikipedia/commons/b/b7/Otter_in_Southwold.jpg

Emdek commented 10 years ago

Long description means contents of longdesc attribute. In Opera EXIF is shown under that row, not as its value. ;-) I'm not sure if this feature is feasible, we could extract these values only from cached content...

Hummer12007 commented 10 years ago

I think showing EXIF directly in the description is not appropriate. Rather than that, another form, accessible from image description, created specially for the EXIF data, must be introduced.

Emdek commented 7 years ago

It might become possible in case of QtWebKit backend once patch for exposing raw resources will be ready.