[Libreoffice-bugs] [Bug 117754] Option required to show low resolution preview instead of full resolution for smooth navigation of documents with high resolution linked images

2021-08-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117754

BogdanB  changed:

   What|Removed |Added

 Blocks||107810
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107810
[Bug 107810] [META] OLE/Embedded object bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 117754] Option required to show low resolution preview instead of full resolution for smooth navigation of documents with high resolution linked images

2019-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117754

--- Comment #8 from Tomaz Vajngerl  ---
I'm OK with assigning only when I'm actively working on a bug (i.e. will solve
the bug in the near future), but for this bug this is not the case.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 117754] Option required to show low resolution preview instead of full resolution for smooth navigation of documents with high resolution linked images

2019-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117754

Heiko Tietze  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |tietze.he...@gmail.com
   |.freedesktop.org|
   Keywords|needsUXEval |

--- Comment #7 from Heiko Tietze  ---
(In reply to Tomaz Vajngerl from comment #6)
> When we have the basic algorithm implemented, it
> shouldn't be hard to change...

Sounds great. Can I/you assign this ticket to you?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 117754] Option required to show low resolution preview instead of full resolution for smooth navigation of documents with high resolution linked images

2019-04-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117754

--- Comment #6 from Tomaz Vajngerl  ---
Well, the idea I have is to implement mip-map algorithm directly into our
graphic handling. Which means, that we would create (on demand) many scaled
down versions of the same image and store them to the disk, then choose which
one we need depending on how scaled the image we want. 

For example: if the original image is 4000x3000 and in the document it needs to
be scaled to 400x300, we would choose a 4x scaled down version (1000x750) and
scale that down to 400x300. Choosing a smaller version of the image would
immediately result in a speed-up. The cool thing is also that if there is no
demand for the original 4000x3000 version (and it most likely there probably
wouldn't be if you look at the image at normal zoom levels) it could be removed
from the memory, which means LO would use less memory in general and handle a
lot of loaded images much much better.

Previously, something like this was not possible but thanks to image handling
rework this should n't be hard to do.

Now, to this request. When we have the basic algorithm implemented, it
shouldn't be hard to change it such way that we don't choose a full-res image,
if that one is over a certain threshold and make that configurable so the users
can choose whatever quality/speed ratio they prefer (from 3-4 options).

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 117754] Option required to show low resolution preview instead of full resolution for smooth navigation of documents with high resolution linked images

2019-04-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117754

Heiko Tietze  changed:

   What|Removed |Added

 CC||qui...@gmail.com
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #5 from Heiko Tietze  ---
If you load a 300dpi image when the screen is only capable of 96dpi it has some
overhead. However, that means you have to store the low-resolution cache data
somewhere and that contradicts the linked image idea, doesn't it?

Any idea, Tomaz?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 117754] Option required to show low resolution preview instead of full resolution for smooth navigation of documents with high resolution linked images

2019-04-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117754

Buovjaga  changed:

   What|Removed |Added

   Severity|normal  |enhancement
   Keywords||needsUXEval
 Ever confirmed|1   |0
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
 Status|NEEDINFO|UNCONFIRMED

--- Comment #4 from Buovjaga  ---
(In reply to Xisco Faulí from comment #3)
> A new major release of LibreOffice is available since this bug was reported.
> Could you please try to reproduce it with the latest version of LibreOffice
> from https://www.libreoffice.org/download/libreoffice-fresh/ ?
> I have set the bug's status to 'NEEDINFO'. Please change it back to
> 'UNCONFIRMED' if the bug is still present in the latest version.

No point as this is an enhancement request.

Let's rather show this to UX team.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 117754] Option required to show low resolution preview instead of full resolution for smooth navigation of documents with high resolution linked images

2019-04-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117754

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #3 from Xisco Faulí  ---
A new major release of LibreOffice is available since this bug was reported.
Could you please try to reproduce it with the latest version of LibreOffice
from https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the latest version.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 117754] Option required to show low resolution preview instead of full resolution for smooth navigation of documents with high resolution linked images

2018-10-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117754

Mohith Manoj  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0
Summary|Difficulty in navigating|Option required to show low
   |document with large /   |resolution preview instead
   |high-resolution 'linked'|of full resolution for
   |images  |smooth navigation of
   ||documents with high
   ||resolution linked images

--- Comment #2 from Mohith Manoj  ---
In reply to Comment 1

Using 'View > Images' to hide the images works but it's not possible to author
the document when you have a large documents with a lot of pictures.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs