Thank you Christopher for your feedback.
Caolán/Michael: I noticed that in the file
vcl/source/filter/jpeg/JpegReader.cxx, if the 2 following checks are removed,
the image displays:
236 sal_uInt64 nSize = aSize.Width();
237 nSize *= aSize.Height();
238 /*
239 if (nSize > SAL_MAX_INT32 / 24)
240 return NULL;
241 */
243 // Check if the bitmap is untypically large.
244 /*
245 if (nSize*(bGray?1:3) > MAX_BITMAP_BYTE_SIZE)
246 {
247 // Do not try to acquire resources for the large bitmap or to
248 // read the bitmap into memory.
249 return NULL;
250 }
251 */
(see
http://opengrok.libreoffice.org/xref/core/vcl/source/filter/jpeg/JpegReader.cxx#235)
The problem is, even once the image is loaded, each time I scroll, Writer
almost freezes and cpu is at 100%
Any idea?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272153
Title:
[Upstream] "Graphics filter not found" inserting picture into Writer
To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1272153/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs