Summary: | Include basic ORA rendering commandline tool | ||
---|---|---|---|
Product: | OpenRaster | Reporter: | David Gowers <00ai99> |
Component: | libora | Assignee: | Jon Nordby <jononor> |
Status: | NEW --- | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | 36294, 36297, 36298 | ||
Bug Blocks: | |||
Attachments: |
tool sourcecode, compilable with "gcc ora2png.c -lora -oora2png"
simple makefile for ora2png |
Created attachment 45698 [details]
simple makefile for ora2png
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 45697 [details] tool sourcecode, compilable with "gcc ora2png.c -lora -oora2png" I have written an ORA to PNG rendering tool, which uses libpng and libora to do all the important stuff. It currently works only for a certain subset of ORA files, due to various bugs in libora which cause either wrong rendering or crashes for particular ORA versions written by MyPaint. (compilation requires that you have installed libora in some 'standard' place like /usr or /usr/local) A makefile is also attached. Feel free to add this to libora when libora gets to the point of handling 99% of ORA files correctly.