#2192 closed defect (fixed)
Lyx-1.4.0pre3 does not convert Gimp xcf files.
Reported by: | Owned by: | ||
---|---|---|---|
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)
Change History (14)
comment:1 by , 19 years ago
Component: | convertors → insetgraphics |
---|
comment:2 by , 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:
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:4 by , 19 years ago
Status: | new → assigned |
---|
comment:5 by , 19 years ago
Keywords: | regression added |
---|
comment:6 by , 19 years ago
attachments.isobsolete: | 0 → 1 |
---|
comment:7 by , 19 years ago
attachments.isobsolete: | 0 → 1 |
---|
comment:8 by , 19 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
comment:9 by , 19 years ago
Keywords: | patch added |
---|
comment:10 by , 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:12 by , 19 years ago
Milestone: | 1.4.0 → 1.4.1 |
---|
The fix had a side effect: previews were always generated in ppm format. This
will be fixed in 1.4.1.
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.