Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#2192 closed defect (fixed)

Lyx-1.4.0pre3 does not convert Gimp xcf files.

Reported by: amorales@… Owned by: nobody@…
Priority: high Milestone: 1.4.1
Component: insetgraphics Version: unspecified
Severity: minor Keywords: regression patch
Cc:

Description

Lyx-1.4.0pre3 does not open Gimp xcf graphic files.

Attachments (3)

2192.diff (5.1 KB ) - added by Georg Baum 19 years ago.
fix
2192-2.diff (5.4 KB ) - added by Georg Baum 19 years ago.
updated fix
2192-3.diff (5.6 KB ) - added by Georg Baum 19 years ago.
better fix

Download all attachments as: .zip

Change History (14)

comment:1 by Uwe Stöhr, 19 years ago

Component: convertorsinsetgraphics

What version of ImageMagick are you using? Does it help when you update to the
latest version? XCF is supported by Imagemagick:
http://imagemagick.org/script/formats.php
so it should be displayed when you insert it as image to LyX.

comment:2 by amorales@…, 19 years ago

Subject: Re: Lyx-1.4.0pre3 does not convert Gimp xcf files.

Hi:
I have 6.2.2 version of Imagemagick which is the latest for Fedora 4.
In fact "convert" works perfect converting from xcf to eps but
lyx-1.4.0pre3 does not open the files in xcf format. I have installed on
the same machine lyx-1.3.6 and this version of lyx open with no problem
xcf files.
Thanks: A. Morales.

On Fri, 6 Jan 2006, bugzilla-daemon@… wrote:

#2192

uwestoehr@… changed:

What |Removed |Added


Component|convertors |insetgraphics


What version of ImageMagick are you using? Does it help when you update to the
latest version? XCF is supported by Imagemagick:
http://imagemagick.org/script/formats.php
so it should be displayed when you insert it as image to LyX.


You reported the bug, or are watching the reporter.

comment:3 by Georg Baum, 19 years ago

Milestone: 1.4.0
Owner: changed from nobody@… to Georg Baum

I can reproduce that.

comment:4 by Georg Baum, 19 years ago

Status: newassigned

comment:5 by Georg Baum, 19 years ago

Keywords: regression added

by Georg Baum, 19 years ago

Attachment: 2192.diff added

fix

comment:6 by Georg Baum, 19 years ago

attachments.isobsolete: 01

by Georg Baum, 19 years ago

Attachment: 2192-3.diff added

updated fix

comment:7 by Georg Baum, 19 years ago

attachments.isobsolete: 01

comment:8 by Georg Baum, 19 years ago

Owner: changed from Georg Baum to nobody@…
Status: assignednew

comment:9 by levon, 19 years ago

Keywords: patch added

comment:10 by Georg Baum, 19 years ago

Subject: lyx-devel src/: ChangeLog converter.C src/graph ...

CVSROOT: /usr/local/lyx/cvsroot
Module name: lyx-devel
Repository: lyx-devel/src/insets/
Changes by: baum@… 06/01/19 22:18:25

Modified files:

lyx-devel/src/: ChangeLog converter.C
lyx-devel/src/graphics/: ChangeLog GraphicsCacheItem.C

GraphicsConverter.C

lyx-devel/src/insets/: ChangeLog insetgraphics.C

Log message:

fix #2192

Bugs:
#2192

Patches:
http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/ChangeLog?r1=1.2358&r2=1.2359
http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/converter.C?r1=1.107&r2=1.108
http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/graphics/ChangeLog?r1=1.221&r2=1.222
http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/graphics/GraphicsCacheItem.C?r1=1.66&r2=1.67
http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/graphics/GraphicsConverter.C?r1=1.50&r2=1.51
http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/insets/ChangeLog?r1=1.1212&r2=1.1213
http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/insets/insetgraphics.C?r1=1.283&r2=1.284

Complete Diff:
/usr/bin/cvs -f diff -kk -u -r 1.2358 -r 1.2359 src/ChangeLog
/usr/bin/cvs -f diff -kk -u -r 1.107 -r 1.108 src/converter.C
/usr/bin/cvs -f diff -kk -u -r 1.221 -r 1.222 src/graphics/ChangeLog
/usr/bin/cvs -f diff -kk -u -r 1.66 -r 1.67 src/graphics/GraphicsCacheItem.C
/usr/bin/cvs -f diff -kk -u -r 1.50 -r 1.51 src/graphics/GraphicsConverter.C
/usr/bin/cvs -f diff -kk -u -r 1.1212 -r 1.1213 src/insets/ChangeLog
/usr/bin/cvs -f diff -kk -u -r 1.283 -r 1.284 src/insets/insetgraphics.C

comment:11 by Georg Baum, 19 years ago

Resolution: fixed
Status: newclosed

Fixed.

comment:12 by Georg Baum, 19 years ago

Milestone: 1.4.01.4.1

The fix had a side effect: previews were always generated in ppm format. This
will be fixed in 1.4.1.

Note: See TracTickets for help on using tickets.