You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New document with \usepackage{graphicx} in the latex preamble
Make a paragraph with \includegraphics{path/to/your/image}. The image should be a PNG or JPG (not PDF) and should have a decent size, like 4000px x 4000px, so the leak is faster noticeable. It will, however, work with any size.
Now add a new page and jump back and forth, alternatively save the document multiple times. RAM consumption will increase rapidly (100s of MB per step for a larger image)
The memory is only released when Ipe is closed or killed. Switching to another document does not free the allocated memory
The huge amount of allocated memory also makes Ipe sluggish when scrolling through pages
EDIT: Moving the page by scrolling with the mouse wheel or by pressing the middle mouse button also causes the memory leak if there is a graphic with \includegraphics{} on the page.
The text was updated successfully, but these errors were encountered:
System
Steps to reproduce
\usepackage{graphicx}
in the latex preamble\includegraphics{path/to/your/image}
. The image should be a PNG or JPG (not PDF) and should have a decent size, like 4000px x 4000px, so the leak is faster noticeable. It will, however, work with any size.EDIT: Moving the page by scrolling with the mouse wheel or by pressing the middle mouse button also causes the memory leak if there is a graphic with
\includegraphics{}
on the page.The text was updated successfully, but these errors were encountered: