<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>290528</bug_id>
          
          <creation_ts>2012-01-03 20:44:43 +0000</creation_ts>
          <short_desc>[wish] support of the &quot;open raster&quot; *.ora files</short_desc>
          <delta_ts>2017-12-01 09:46:44 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>10</classification_id>
          <classification>Unmaintained</classification>
          <product>kdelibs</product>
          <component>kimgio</component>
          <version>unspecified</version>
          <rep_platform>Ubuntu</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>wishlist</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="David REVOY">info</reporter>
          <assigned_to name="Halla Rempt">halla</assigned_to>
          <cc>cfeck</cc>
    
    <cc>halla</cc>
    
    <cc>jononor</cc>
    
    <cc>kapillamba4</cc>
    
    <cc>rafael.linux.user</cc>
          
          <cf_commitlink>http://commits.kde.org/calligra/35dfa7d318e0c6906497463c7c95cdf59b5ce1ea</cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1208806</commentid>
    <comment_count>0</comment_count>
    <who name="David REVOY">info</who>
    <bug_when>2012-01-03 20:44:43 +0000</bug_when>
    <thetext>Version:           0.8.0 (using KDE 4.7.4) 
OS:                Linux

Hi, 
Open raster files (*.ora ) are layered images produced by Krita / Gimp and Mypaint and other image manipulation softwares. I would really like to use Gwenview as a Ora viewer, as I tend to use them a lot in my work and even if the system support the thumbnails, it&apos;s annoying to have to launch a full editor like Gimp/Krita/Mypaint to showcase them. 

specifications : 
http://create.freedesktop.org/wiki/OpenRaster

Reproducible: Always


Actual Results:  
 

Expected Results:</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1210089</commentid>
    <comment_count>1</comment_count>
    <who name="Christoph Feck">cfeck</who>
    <bug_when>2012-01-05 19:52:12 +0000</bug_when>
    <thetext>Would it be acceptable to have the OpenRaster loader be part of the Calligra/Krita installation, in other words, Gwenview could load OpenRaster files, if (and only if) Krita is installed? This is the case for the thumbnailer currently.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1210128</commentid>
    <comment_count>2</comment_count>
    <who name="David REVOY">info</who>
    <bug_when>2012-01-05 20:55:17 +0000</bug_when>
    <thetext>Very acceptable, as most of user in this case are poeple who have Krita / Mypaint installed at least on their operating system. 
It can use 
calligraconverter --batch &quot;input.ora&quot; &quot;output-temp.png&quot; to read. For the thumbnail, the ones already inside the *.ora files are fines. 

While I&apos;m at it ; could it be done for *.kra files ? ( krita files ) they have exactly the same structure ( zip with thumbnail folder for thumb ) and can also be converted with calligraconverter

Thanks</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1419462</commentid>
    <comment_count>3</comment_count>
    <who name="Halla Rempt">halla</who>
    <bug_when>2013-12-19 13:51:42 +0000</bug_when>
    <thetext>Git commit 86abb9fb182509dbb553d7c940d91fcf9d6c046b by Boudewijn Rempt.
Committed on 19/12/2013 at 13:50.
Pushed by rempt into branch &apos;master&apos;.

Add qimageio plugins for kra and ora files

M  +1    -0    krita/plugins/CMakeLists.txt
M  +0    -2    krita/plugins/formats/ora/CMakeLists.txt
M  +1    -0    krita/plugins/formats/ora/ora_converter.cc
A  +17   -0    krita/plugins/kimgio/CMakeLists.txt
A  +104  -0    krita/plugins/kimgio/kra.cpp     [License: Public Domain LGPL (v2+)]
A  +7    -0    krita/plugins/kimgio/kra.desktop
A  +30   -0    krita/plugins/kimgio/kra.h     [License: LGPL (v2+)]
A  +120  -0    krita/plugins/kimgio/ora.cpp     [License: Public Domain LGPL (v2+)]
A  +7    -0    krita/plugins/kimgio/ora.desktop
A  +30   -0    krita/plugins/kimgio/ora.h     [License: LGPL (v2+)]
M  +2    -0    krita/ui/CMakeLists.txt
M  +31   -0    krita/ui/kis_doc2.cc
M  +3    -0    krita/ui/kis_doc2.h
R  +0    -0    krita/ui/ora/ora_load_context.cc [from: krita/plugins/formats/ora/ora_load_context.cc - 100% similarity]
R  +2    -1    krita/ui/ora/ora_load_context.h [from: krita/plugins/formats/ora/ora_load_context.h - 092% similarity]
R  +0    -0    krita/ui/ora/ora_save_context.cc [from: krita/plugins/formats/ora/ora_save_context.cc - 100% similarity]
R  +2    -1    krita/ui/ora/ora_save_context.h [from: krita/plugins/formats/ora/ora_save_context.h - 092% similarity]
M  +2    -2    libs/main/KoDocument.h

http://commits.kde.org/calligra/86abb9fb182509dbb553d7c940d91fcf9d6c046b</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1419463</commentid>
    <comment_count>4</comment_count>
    <who name="Halla Rempt">halla</who>
    <bug_when>2013-12-19 13:52:04 +0000</bug_when>
    <thetext>Git commit 35dfa7d318e0c6906497463c7c95cdf59b5ce1ea by Boudewijn Rempt.
Committed on 19/12/2013 at 13:50.
Pushed by rempt into branch &apos;calligra/2.8&apos;.

Add qimageio plugins for kra and ora files

M  +1    -0    krita/plugins/CMakeLists.txt
M  +0    -2    krita/plugins/formats/ora/CMakeLists.txt
M  +1    -0    krita/plugins/formats/ora/ora_converter.cc
A  +17   -0    krita/plugins/kimgio/CMakeLists.txt
A  +104  -0    krita/plugins/kimgio/kra.cpp     [License: Public Domain LGPL (v2+)]
A  +7    -0    krita/plugins/kimgio/kra.desktop
A  +30   -0    krita/plugins/kimgio/kra.h     [License: LGPL (v2+)]
A  +120  -0    krita/plugins/kimgio/ora.cpp     [License: Public Domain LGPL (v2+)]
A  +7    -0    krita/plugins/kimgio/ora.desktop
A  +30   -0    krita/plugins/kimgio/ora.h     [License: LGPL (v2+)]
M  +2    -0    krita/ui/CMakeLists.txt
M  +31   -0    krita/ui/kis_doc2.cc
M  +3    -0    krita/ui/kis_doc2.h
R  +0    -0    krita/ui/ora/ora_load_context.cc [from: krita/plugins/formats/ora/ora_load_context.cc - 100% similarity]
R  +2    -1    krita/ui/ora/ora_load_context.h [from: krita/plugins/formats/ora/ora_load_context.h - 092% similarity]
R  +0    -0    krita/ui/ora/ora_save_context.cc [from: krita/plugins/formats/ora/ora_save_context.cc - 100% similarity]
R  +2    -1    krita/ui/ora/ora_save_context.h [from: krita/plugins/formats/ora/ora_save_context.h - 092% similarity]
M  +2    -2    libs/main/KoDocument.h

http://commits.kde.org/calligra/35dfa7d318e0c6906497463c7c95cdf59b5ce1ea</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1424642</commentid>
    <comment_count>5</comment_count>
    <who name="Christoph Feck">cfeck</who>
    <bug_when>2014-01-14 01:15:39 +0000</bug_when>
    <thetext>Boudewijn, thanks for this.

Could you please check if this also fixes bug 220335 (being able to view .ora thumbnails)?

If not, maybe it just need to be added to kde-runtime/kioslave/thumbnail/imagethumbnail.desktop</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1460422</commentid>
    <comment_count>6</comment_count>
    <who name="Christoph Feck">cfeck</who>
    <bug_when>2014-07-10 00:41:58 +0000</bug_when>
    <thetext>*** Bug 337271 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1710655</commentid>
    <comment_count>7</comment_count>
    <who name="Nate Graham">nate</who>
    <bug_when>2017-11-10 18:13:41 +0000</bug_when>
    <thetext>*** Bug 220335 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>