I've been looking for some way to obtain information about an image that I read from a file. Image size, etc. After lots of googleing, it seems you can do this using the com.sun.star.graphic.GraphicDescriptor service. The details of using this service are still not so clear though. I'd appreciate if someone could shed some light on this, prefarably with a (more or less) complete example, thanks.
How to query image information in a Libreoffice macro?
27 Views Asked by Matti Siren At
0
There are 0 best solutions below
Related Questions in LIBREOFFICE-CALC
- SUM(IF()) not working
- LibreOffice: Cells with text to date
- Best ways of getting tables from R into Libre Office Writer?
- How to automatically calculate the SUS Score for a given spreadsheet in LibreOffice Calc?
- Spreadsheet if else sum
- How can I update LibreOffice Calc cells in real-time from a MySQL database?
- LibreOffice Calc new line in cell format code
- Dynamic number of random numbers
- UDF/User defined function libreoffice basic with built-in help/tip
- Replicate data in cells on other sheets within same document on a global document basis in LibreOffice Calc
- Making a number end to the nearest 7 (no decimals)
- Moving selection (only) of selected rows between columns
- Testing if first character of a string is non-numeric in LibreOffice Basic
- Can I use OR in LibreOffice calc IF statement?
- Why is cell increment not detected correctly in LibreOffice Calc
Related Questions in LIBREOFFICE-BASIC
- How to query image information in a Libreoffice macro?
- How to select entire row in a Libreoffice Basic macro?
- A macro to remove the first space
- Get and set local/web hyperlinks in Libre office Impress shape element using basic macro
- Convert working VBA macro into libre basic
- Unable to change shape color using macro in LibreOffice Impress presentation mode
- Remove save keyboard shortcut using script
- Paste formula in Libre Calc using Basic macro
- LibreOffice, Writer, Macros, How to replace a embedded object formula with its string contents
- Excel Formula to validate valid IP and valid URL in librecalc excel sheet
- Writing libreoffice-calc macros in Visual Studio Code
- Insert image into LibreOffice as Link using API/Macro
- libeoffice conected to oracle registeroutparameter to return resultset
- LibreOffice Calc Input Box and mathematical expressions
- Libre Calc - Populate Cells from CSV string
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?