Description: UI: Bulllet and numbering dialog image tab uses low resolution gif images Steps to Reproduce: 1. Open Writer 2. Format -> Bullets & numbering -> Image tab 3. Hoover over the items and notice gif path shown.. The simply look squeezed pixalated etc Actual Results: Pixelated, squeezed icons Expected Results: Some clean, crisp bullet images.. Reproducible: Always User Profile Reset: No Additional Info: Version: 7.2.0.0.alpha0+ (x64) Build ID: 315c7570c4a72f4c834086082825533b1e50d1bf CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win Locale: nl-NL (nl_NL); UI: en-US Calc: CL
Kind of clueless what the direction is based on bug 131713, bug 131224 However if this dialog being kept, please update the images
Appears crisp to me. What do you think, Rizal?
Created attachment 168845 [details] Screenshot at 200 of bullets (images) Count the pixels
Yes, the image(In reply to Heiko Tietze from comment #2) > Appears crisp to me. What do you think, Rizal? Looks pixelated to me. I thought Andreas has modernized all these images. Hasn't he?
> Looks pixelated to me. I thought Andreas has modernized all these images. > Hasn't he? all that stuff is hardcoded somewhere, where you can't change them. I have new bullets which look good, but didn't work. Hours of work with no result. I'll check maybe I can do something (work is already done).
The images are properly drawn per code. It starts at SvxSingleNumPickTabPage() with m_xExamplesVS->init(NumberingPageType::SINGLENUM) which does InsertItem() etc. The first couple of bullets are taken (4 by 2 in init() ). There is no low-res image drawn nor anything wrong. Of course, if I take a screenshot and scale this graphic it ends up in rasterization.
(In reply to Heiko Tietze from comment #6) > The images are properly drawn per code. It starts at > SvxSingleNumPickTabPage() with > m_xExamplesVS->init(NumberingPageType::SINGLENUM) which does InsertItem() > etc. The first couple of bullets are taken (4 by 2 in init() ). There is no > low-res image drawn nor anything wrong. > > Of course, if I take a screenshot and scale this graphic it ends up in > rasterization. Disagree. These image are not hard coded.. or hard to find.. The tooltip shows the directory. Say LO5300RC2\share\gallery\bullets So simply gallery items: take bludiamd.gif (it's the start icon)
https://gerrit.libreoffice.org/c/core/+/109532
andreas kainz committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/4e1294b7d6f8de981147f15d4ca1b4e4853249eb tdf#139076 update Bullet icons with sexy .svg icons It will be available in 7.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Andreas Kainz committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/45e8dcec908878c07e3835fde7aa9db754d45ace Revert "tdf#139076 update Bullet icons with sexy .svg icons" It will be available in 7.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
A polite ping to Andreas Kainz, Is this bug fixed? if so, could you please close it as RESOLVED FIXED ? Otherwise, Could you please explain what's missing? Thanks
The same pixelated images in Version: 25.8.3.0.0+ (X86_64) / LibreOffice Community Build ID: e6875a474b394a9d01bd6c05414d8e704f8bb29a CPU threads: 16; OS: Linux 6.14; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded
(In reply to Xisco Faulí from comment #11) > A polite ping to Andreas Kainz, > Is this bug fixed? if so, could you please close it as RESOLVED FIXED ? > Otherwise, Could you please explain what's missing? > Thanks Agree still an issue. The sw Format -> 'Bullets and Numbering...' dialog's 'Image' tab https://gerrit.libreoffice.org/c/core/+/109673 reverted replacement of the pixelated GIF with SVG @Heiko, could you figure out how to fully implement/resample the reworked SVG that Andreas did and are still there to use in: https://gerrit.libreoffice.org/c/core/+/109532
(In reply to V Stuart Foote from comment #13) > @Heiko, could you figure out how to fully implement/resample the reworked > SVG that Andreas did and are still there to use in: Bullets are taken into the Gallery from extras/source/gallery/gallery_system/bullets* and are defined in extras/source/gallery/bullets/. Andreas changed only the images in this folder and did not replace the gallery. It seems we have to align the both the gallery and the subfolder. Going to resurrect the patch and fix the remaining issue.
Heiko Tietze committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/480ef73deef62c458e5735cd496a1d74ef408ed8 Revert^2 "tdf#139076 update Bullet icons with sexy .svg icons" It will be available in 26.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.