Search found 1 match

by exacord52
Sun May 11, 2025 9:18 pm
Forum: Support
Topic: How to handle very large images efficiently?
Replies: 1
Views: 11308

How to handle very large images efficiently?

Hi everyone,
I'm working on an application that allows users to insert very large images (sometimes exceeding 10MB) into a TRichViewEdit. The images are displayed, but performance becomes a real issue, especially when scrolling or editing.
I've tried several approaches, including:
* Resizing images ...