[Libreoffice-bugs] [Bug 127234] I can't save result of QR-code generator to PNG with good quality

2023-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 CC||79045_79...@mail.ru
 Status|NEW |RESOLVED

--- Comment #17 from Roman Kuznetsov <79045_79...@mail.ru> ---
No repro in

Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: b5c3a7502f7ff6ccf0f829c1f3a2ba50b8584c41
CPU threads: 16; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: ru-RU
Calc: CL threaded

Very Nice!
Closed as WFM

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 127234] I can't save result of QR-code generator to PNG with good quality

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

--- Comment #16 from QA Administrators  ---
Dear Roman Kuznetsov,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 127234] I can't save result of QR-code generator to PNG with good quality

2021-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

Mike Kaganski  changed:

   What|Removed |Added

 Blocks|127232  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=127232
[Bug 127232] [META] QR-code generator's problems and enhancements
-- 
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 127234] I can't save result of QR-code generator to PNG with good quality

2021-03-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

--- Comment #15 from Mike Kaganski  ---
Additional (or maybe the main) problem is that the bitmap is generated in
getVectorGraphicReplacement, where it has the dimensions defined in the SVG;
and then this bitmap is scaled to the wanted dimensions in
GraphicHelper::ExportGraphic. This is very sub-optimal for a vector image
format like SVG.

Even ImpGraphic::getBitmapEx has the logic to get the replacement, and then
scale it. Odd.

-- 
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 127234] I can't save result of QR-code generator to PNG with good quality

2021-03-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

--- Comment #14 from Mike Kaganski  ---
The problem is antialiased pixel processor created in
drawinglayer::convertToBitmapEx (drawinglayer/source/tools/converters.cxx). If
anti-aliasing is disabled, the result will be sharp.

We possibly need to pass "do not use AA" to the function somehow when we save
SVGs to PNG.

-- 
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 127234] I can't save result of QR-code generator to PNG with good quality

2021-03-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||0664

-- 
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 127234] I can't save result of QR-code generator to PNG with good quality

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

Telesto  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=51
   ||510

-- 
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 127234] I can't save result of QR-code generator to PNG with good quality

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

--- Comment #13 from Telesto  ---
(In reply to Roman Kuznetsov from comment #12)
> (In reply to Telesto from comment #11)
> 
> > 
> > Apparently QR is generated as SVG. SVG not supported by DOCX/DOC format and
> > converted to PNG which goes wrong. I reported the same thing: see bug 
> > 135746.
> 
> Where in this bug report do you see anything about DOC/DOCX?

I don't, but all this stuff is tied together.. The DOCX filter utilizes the
same conversion SVG to PNG as used for export. At least this would 'proper'
coding style entail; re-use the same function instead of duplicate the code
(copy/paste). With single place you can 'fix'. With the downside that it's
broken all over the place. 

And this should be the case in my observations. There is something seriously
broken in the file-format to file format conversion area (not only SVG -> PNG).
Across all components (Writer/Draw/Impress/Calc). 

But well, if you prefer to leave this separate, also fine. But I prefer
directing all relevant bugs to bug 51510, to give it more priority [old +
plenty duplicates + big CC list). And I believe this one would be fixed with
bug 51510. However that's my take; no warrantees.

I leave it up to you.. [and sorry for marking it as duplicate in rude manner]

-- 
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 127234] I can't save result of QR-code generator to PNG with good quality

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

--- Comment #12 from Roman Kuznetsov <79045_79...@mail.ru> ---
(In reply to Telesto from comment #11)

> 
> Apparently QR is generated as SVG. SVG not supported by DOCX/DOC format and
> converted to PNG which goes wrong. I reported the same thing: see bug 135746.

Where in this bug report do you see anything about DOC/DOCX?

-- 
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 127234] I can't save result of QR-code generator to PNG with good quality

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

--- Comment #11 from Telesto  ---
(In reply to Roman Kuznetsov from comment #10)
> (In reply to Telesto from comment #9)
> > As landed at bug 51510 with pretty much the same issue (see duplicate &
> > response Justin L)
> > 
> > *** This bug has been marked as a duplicate of bug 51510 ***
> 
> I'm not sure. Where is a link between saving embedded SVG as PNG into
> DOC/DOCX and bad PNG quality after saving QR code (OLE object) as different
> PNG file?

Apparently QR is generated as SVG. SVG not supported by DOCX/DOC format and
converted to PNG which goes wrong. I reported the same thing: see bug 135746.

-- 
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 127234] I can't save result of QR-code generator to PNG with good quality

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Resolution|DUPLICATE   |---
 Status|RESOLVED|NEW

--- Comment #10 from Roman Kuznetsov <79045_79...@mail.ru> ---
(In reply to Telesto from comment #9)
> As landed at bug 51510 with pretty much the same issue (see duplicate &
> response Justin L)
> 
> *** This bug has been marked as a duplicate of bug 51510 ***

I'm not sure. Where is a link between saving embedded SVG as PNG into DOC/DOCX
and bad PNG quality after saving QR code (OLE object) as different PNG file?

-- 
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 127234] I can't save result of QR-code generator to PNG with good quality

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

Telesto  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|NEW |RESOLVED

--- Comment #9 from Telesto  ---
As landed at bug 51510 with pretty much the same issue (see duplicate &
response Justin L)

*** This bug has been marked as a duplicate of bug 51510 ***

-- 
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 127234] I can't save result of QR-code generator to PNG with good quality

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

Telesto  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=13
   ||8684

-- 
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 127234] I can't save result of QR-code generator to PNG with good quality

2020-06-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

Buovjaga  changed:

   What|Removed |Added

   Keywords|bibisectRequest |notBibisectable
 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #8 from Buovjaga  ---
I am unable to open attachment 153742 in the older commits of Linux 42max repo.
However, going backwards from the commit mentioned by Áron, I can say that the
bad result is already in source commit ed87e4c4b09d0f623c350528a4f6a6d049735bd1

I'm calling this notBibisectable.

(In reply to päde from comment #7)
> Example: www.qrcode-generator.ch 
> /1.) Select text icon and enter text 
> /2.) create qr code 
> /3.) PNG and open with IrfanView 64-bit (downolad www.irfanview.com) 
> /4.) Edit/copy 
> /5.) insert in Libre-Office document

This is not equivalent. With this, there is no problem in the latest commit of
Linux 42max repo.

-- 
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 127234] I can't save result of QR-code generator to PNG with good quality

2020-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

--- Comment #7 from päde <1...@jobsky.ch> ---
Example: www.qrcode-generator.ch 
/1.) Select text icon and enter text 
/2.) create qr code 
/3.) PNG and open with IrfanView 64-bit (downolad www.irfanview.com) 
/4.) Edit/copy 
/5.) insert in Libre-Office document

-- 
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 127234] I can't save result of QR-code generator to PNG with good quality

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

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu
Version|6.4.0.0.alpha1+ |4.2.0.4 release

--- Comment #6 from Aron Budea  ---
Started in 4.2, but I can't start a lot of builds in that repo now, I get the
following error message, and it quits:
javaldx: Could not find a Java Runtime Environment!
Warning: failed to read path from javaldx

All I can say, the exported PNG is already bad at this commit:
6c3a09b3b3ca9ad0c81a55efaaedad35c39de767

-- 
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 127234] I can't save result of QR-code generator to PNG with good quality

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

--- Comment #5 from Xisco Faulí  ---
No need to generate a QR code, use can use the file attached

-- 
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 127234] I can't save result of QR-code generator to PNG with good quality

2019-10-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

--- Comment #4 from Roman Kuznetsov <79045_79...@mail.ru> ---
(In reply to Xisco Faulí from comment #3)
> Reproduced in
> 
> Version: 6.4.0.0.alpha0+
> Build ID: c9336bfb6bbf6d73d3f23c124262ade30133448d
> CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: x11; 
> Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US
> Calc: threaded
> 
> but not in
> 
> Version 4.1.0.0.alpha0+ (Build ID: efca6f15609322f62a35619619a6d5fe5c9bd5a)

Xisco from where QR generator in 4.1?

-- 
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 127234] I can't save result of QR-code generator to PNG with good quality

2019-10-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 127234] I can't save result of QR-code generator to PNG with good quality

2019-10-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1
   Keywords||bibisectRequest, regression
 Status|UNCONFIRMED |NEW

--- Comment #3 from Xisco Faulí  ---
Reproduced in

Version: 6.4.0.0.alpha0+
Build ID: c9336bfb6bbf6d73d3f23c124262ade30133448d
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: x11; 
Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US
Calc: threaded

but not in

Version 4.1.0.0.alpha0+ (Build ID: efca6f15609322f62a35619619a6d5fe5c9bd5a)

-- 
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 127234] I can't save result of QR-code generator to PNG with good quality

2019-09-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
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 127234] I can't save result of QR-code generator to PNG with good quality

2019-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Attachment #153743|RNG result  |PNG result
description||

-- 
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 127234] I can't save result of QR-code generator to PNG with good quality

2019-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
Created attachment 153743
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153743=edit
RNG result

-- 
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 127234] I can't save result of QR-code generator to PNG with good quality

2019-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||127232, 109323


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109323
[Bug 109323] [META] Graphic export bugs and enhancements (jpg, png, eps, tiff,
gif ...)
https://bugs.documentfoundation.org/show_bug.cgi?id=127232
[Bug 127232] [META] QR-code generator's problems and enhancements
-- 
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 127234] I can't save result of QR-code generator to PNG with good quality

2019-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
Created attachment 153742
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153742=edit
Example odg with QR code

-- 
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