Bug 162529 - Add help page for graphic export filter options
Summary: Add help page for graphic export filter options
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Documentation (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Olivier Hallot
URL:
Whiteboard: target:25.2.0
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-20 10:42 UTC by Mike Kaganski
Modified: 2024-08-26 11:30 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Kaganski 2024-08-20 10:42:55 UTC
As with PDF, we can provide filter options for e.g. export to PNG, JPG, etc., as a JSON. The possible options there are listed at [1] (lines 447 to 540):

Translucent - boolean
PixelWidth - 32-bit integer
PixelHeight - 32-bit integer
ExportOnlyBackground - boolean
HighContrast - boolean
PageNumber - 32-bit integer
ScrollText - boolean
CurrentPage - XDrawPage (not for command line)
ScaleXNumerator - 32-bit integer
ScaleXDenominator - 32-bit integer
ScaleYNumerator - 32-bit integer
ScaleYDenominator - 32-bit integer
AntiAliasing - boolean

These need a help page.

[1] https://opengrok.libreoffice.org/xref/core/svx/source/unodraw/UnoGraphicExporter.cxx?r=37217909#447
Comment 1 Olivier Hallot 2024-08-20 13:08:33 UTC
Additional info

https://gerrit.libreoffice.org/c/core/+/129801
Comment 2 Commit Notification 2024-08-23 13:01:03 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/fd929fb9dafbfece153cb93bbb94448feeab8cd3

tdf#162529 CLI graphic export option Help page