horosproject / horos

Horos™ is a free, open source medical image viewer. The goal of the Horos Project is to develop a fully functional, 64-bit medical image viewer for OS X. Horos is based upon OsiriX and other open source medical imaging libraries. Horos is made freely available under the GNU Lesser General Public License, Version 3 (LGPL-3.0). Horos is linked against the Grok JPEG 2000 library, for fast viewing of JPEG 2000 images. This library is licensed under the terms of the GNU Affero General Public License.
http://www.horosproject.org
Other
476 stars 143 forks source link

New Pages.app storage doesn't work with reports #395

Open aglv opened 6 years ago

aglv commented 6 years ago

Pages.app now stores documents in a zipped hierarchy of .iwa files. These are serialized files, not XML. Our code expects an XML index file to work on, but there is none. Consequently, Horos replaces the user-modified template with its internal, old-storage-style version. Users aren't able to modify the template because they would need an older version of Pages.app.

https://github.com/obriensp/iWorkFileFormat seems promising? Or maybe scripting?

fvpolpeta commented 6 years ago

Thanks Alessandro.

We are currently involved in a new release of Horos Cloud and we will evaluate your suggestion soon.