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

[Evernote] Image size not preserved after importing #287

Open
AltoRetrato opened this issue Aug 23, 2024 · 0 comments
Open

[Evernote] Image size not preserved after importing #287

AltoRetrato opened this issue Aug 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@AltoRetrato
Copy link

Hi!

I tried to import an Evernote note containing many images using Importer v. 1.6.4 into Obsidian v. 1.6.7 on Windows 11, and I encountered an issue with incorrect image sizes.

Images that were reduced in size in Evernote lose that formatting upon import. There might be plugins that allow me to resize them manually after importing, or I could manually edit them using markdown syntax (e.g.,
![[image.jpeg\|100x0]]). However, it would be ideal if their size was preserved during the import process.

Yarle 6.13.0 imported the same note but correctly resized only the last image in the note.

For what it's worth, here are all the en-media tags in that note:

<en-media hash="..." style="--en-naturalWidth:805; --en-naturalHeight:405;" type="image/png" width="155px" />
<en-media hash="..." style="--en-naturalWidth:994; --en-naturalHeight:992;" type="image/png" width="157px" />
<en-media hash="..." style="--en-naturalWidth:1372; --en-naturalHeight:1372;" type="image/png" width="153px" />
<en-media hash="..." style="--en-naturalWidth:1372; --en-naturalHeight:1372;" type="image/png" width="153px" />
<en-media hash="..." style="--en-naturalWidth:992; --en-naturalHeight:996;" type="image/png" width="151px" />
<en-media hash="..." style="--en-naturalWidth:1372; --en-naturalHeight:1372;" type="image/png" width="150px" />
<en-media hash="..." style="--en-naturalWidth:1372; --en-naturalHeight:1372;" type="image/png" width="149px" />
<en-media hash="..." style="--en-naturalWidth:99; --en-naturalHeight:82;" type="image/png" />
<en-media hash="..." style="--en-naturalWidth:1080; --en-naturalHeight:1617;" type="image/jpeg" width="107px" />
<en-media hash="..." style="--en-naturalWidth:1080; --en-naturalHeight:1609;" type="image/jpeg" width="105px" />
<en-media hash="..." style="--en-naturalWidth:1300; --en-naturalHeight:1300;" type="image/png" width="155px" />
<en-media hash="..." style="--en-naturalWidth:1300; --en-naturalHeight:1300;" type="image/png" width="152px" />
<en-media hash="..." style="--en-naturalWidth:1300; --en-naturalHeight:1300;" type="image/png" width="144px" />
<en-media hash="..." style="--en-naturalWidth:1080; --en-naturalHeight:2220;" type="image/jpeg" width="70px" />
<en-media hash="..." height="60" type="application/octet-stream" width="300" />
<en-media hash="..." type="image/jpeg" width="105" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants