Thanks for your reply.
I'm using ImgeMagick of my own building on macOS 10.13.6.
I'll look closer at this issue.
Search found 19 matches
- 2019-09-30T02:00:00-07:00
- Forum: Bugs
- Topic: PNG to SVG conversion fails with ImageMagick 7.0.8-64
- Replies: 13
- Views: 193934
- 2019-09-24T19:35:54-07:00
- Forum: Bugs
- Topic: PNG to SVG conversion fails with ImageMagick 7.0.8-64
- Replies: 13
- Views: 193934
Re: PNG to SVG conversion fails with ImageMagick 7.0.8-64
Change.log
https://imagemagick.org/script/changelog.php
2019-08-19 7.0.8-62 Cristy <quetzlzacatenango@image...>
More robust support for converting bitmap to vector.
or
More robust support for converting bitmap to vector
https://github.com/ImageMagick/ImageMagick/commit ...
https://imagemagick.org/script/changelog.php
2019-08-19 7.0.8-62 Cristy <quetzlzacatenango@image...>
More robust support for converting bitmap to vector.
or
More robust support for converting bitmap to vector
https://github.com/ImageMagick/ImageMagick/commit ...
- 2019-09-24T15:23:53-07:00
- Forum: Bugs
- Topic: PNG to SVG conversion fails with ImageMagick 7.0.8-64
- Replies: 13
- Views: 193934
Re: PNG to SVG conversion fails with ImageMagick 7.0.8-64
Thanks.
I looked into delegates.xml.
<delegate decode="pnm" encode="trace" command=""potrace" --svg --output "%o" "%i""/> part only exists in ImageMagick 7.0.8-65.
And that part seemed to be added in ImageMagick 7.0.8-62.
So I tried ImageMagick 7.0.8-61 and I get the ...
I looked into delegates.xml.
<delegate decode="pnm" encode="trace" command=""potrace" --svg --output "%o" "%i""/> part only exists in ImageMagick 7.0.8-65.
And that part seemed to be added in ImageMagick 7.0.8-62.
So I tried ImageMagick 7.0.8-61 and I get the ...
- 2019-09-24T03:59:18-07:00
- Forum: Bugs
- Topic: PNG to SVG conversion fails with ImageMagick 7.0.8-64
- Replies: 13
- Views: 193934
Re: PNG to SVG conversion fails with ImageMagick 7.0.8-64
For reference:
1. I install potrace-1.16.mac-x86_64 from Potrace and run:
convert logo.png logo.svg
2. ImageMagick 7.0.8-65 converts PNG to SVG( monochrome vectorized ) image.
http://www.gctv.ne.jp/~yokota/magick/logo.svg
3. ImageMagick 7.0.7-39 converts PNG to SVG( embedded data:image/png ...
1. I install potrace-1.16.mac-x86_64 from Potrace and run:
convert logo.png logo.svg
2. ImageMagick 7.0.8-65 converts PNG to SVG( monochrome vectorized ) image.
http://www.gctv.ne.jp/~yokota/magick/logo.svg
3. ImageMagick 7.0.7-39 converts PNG to SVG( embedded data:image/png ...
- 2019-09-23T22:56:27-07:00
- Forum: Bugs
- Topic: PNG to SVG conversion fails with ImageMagick 7.0.8-64
- Replies: 13
- Views: 193934
Re: PNG to SVG conversion fails with ImageMagick 7.0.8-64
Thanks for your help.
I tried mageMagick 7.0.8-65.
But this time conversion failed end up with:
---
convert: delegate failed `'potrace' --svg --output '%o' '%i'' @ error/delegate.c/InvokeDelegate/1867.
For now, I use ImageMagick 7.0.7-39 to convert PNG to SVG.
I tried mageMagick 7.0.8-65.
But this time conversion failed end up with:
---
convert: delegate failed `'potrace' --svg --output '%o' '%i'' @ error/delegate.c/InvokeDelegate/1867.
For now, I use ImageMagick 7.0.7-39 to convert PNG to SVG.
- 2019-09-23T20:56:26-07:00
- Forum: Bugs
- Topic: PNG to SVG conversion fails with ImageMagick 7.0.8-64
- Replies: 13
- Views: 193934
Re: PNG to SVG conversion fails with ImageMagick 7.0.8-64
I don't expect that ImageMagick converts raster image to vectorized image.
Without Inkscape, ImageMagick 7.0.7-39 can convert a PNG file to a SVG(embedded data:image/png;base64) file.
But ImageMagick 7.0.8-64 fails.
Without Inkscape, ImageMagick 7.0.7-39 can convert a PNG file to a SVG(embedded data:image/png;base64) file.
But ImageMagick 7.0.8-64 fails.
- 2019-09-23T04:33:17-07:00
- Forum: Bugs
- Topic: PNG to SVG conversion fails with ImageMagick 7.0.8-64
- Replies: 13
- Views: 193934
Re: PNG to SVG conversion fails with ImageMagick 7.0.8-64
Sorry my mistake.
Converting PNG to SVG fails with ImageMagick 7.0.8-64 on MacOS version 10.13.6.
Converting PNG to SVG fails with ImageMagick 7.0.8-64 on MacOS version 10.13.6.
- 2019-09-23T00:06:17-07:00
- Forum: Bugs
- Topic: PNG to SVG conversion fails with ImageMagick 7.0.8-64
- Replies: 13
- Views: 193934
PNG to SVG conversion fails with ImageMagick 7.0.8-64
I tried converting a PNG to a SCG image but fails getting an error as below:
---
Assertion failed: (image->blob->type != UndefinedStream), function WriteBlobStream, file MagickCore/blob.c, line 1554.
Abort trap: 6
I tested with ImageMagick 7.0.7-39 and PNG to SVG conversion sucseeds.
---
Assertion failed: (image->blob->type != UndefinedStream), function WriteBlobStream, file MagickCore/blob.c, line 1554.
Abort trap: 6
I tested with ImageMagick 7.0.7-39 and PNG to SVG conversion sucseeds.
- 2019-05-16T14:23:48-07:00
- Forum: Bugs
- Topic: Config Error for 7.0.8.45
- Replies: 5
- Views: 18610
Re: Config Error for 7.0.8.45
Just a quick note:
I tried to build the latest ImageMagick-master (470655aa95fb3178ecca6b545f5e6a1654f0da85) with "MKDIR_P="/bin/mkdir -p" --disable-dependency-tracking".
The isuue seems to be fixed tentatively.
Thanks a lot.
--------------
identify -version
Version: ImageMagick 7.0.8-46 Q16 x86 ...
I tried to build the latest ImageMagick-master (470655aa95fb3178ecca6b545f5e6a1654f0da85) with "MKDIR_P="/bin/mkdir -p" --disable-dependency-tracking".
The isuue seems to be fixed tentatively.
Thanks a lot.
--------------
identify -version
Version: ImageMagick 7.0.8-46 Q16 x86 ...
- 2019-05-15T16:39:59-07:00
- Forum: Bugs
- Topic: Config Error for 7.0.8.45
- Replies: 5
- Views: 18610
Re: Config Error for 7.0.8.45
See also "7.0.8-45 fails to configure on macOS" (https://github.com/ImageMagick/ImageMagick/issues/1572).
- 2019-05-14T23:47:14-07:00
- Forum: Bugs
- Topic: Config Error for 7.0.8.45
- Replies: 5
- Views: 18610
Re: Config Error for 7.0.8.45
sw_vers
ProductName: Mac OS X
ProductVersion: 10.13.6
BuildVersion: 17G7024
uname -a
Darwin JSBach.local 17.7.0 Darwin Kernel Version 17.7.0: Wed Apr 24 21:17:24 PDT 2019; root:xnu-4570.71.45~1/RELEASE_X86_64 x86_64
pkgutil --pkg-info=com.apple.pkg.CLTools_Executables
package-id: com.apple ...
ProductName: Mac OS X
ProductVersion: 10.13.6
BuildVersion: 17G7024
uname -a
Darwin JSBach.local 17.7.0 Darwin Kernel Version 17.7.0: Wed Apr 24 21:17:24 PDT 2019; root:xnu-4570.71.45~1/RELEASE_X86_64 x86_64
pkgutil --pkg-info=com.apple.pkg.CLTools_Executables
package-id: com.apple ...
- 2019-05-14T23:39:16-07:00
- Forum: Bugs
- Topic: Config Error for 7.0.8.45
- Replies: 5
- Views: 18610
Config Error for 7.0.8.45
Just for a reference...
Case 1.
I configured:
--------------
export PKG_CONFIG_PATH="/usr/local/libpng/lib/pkgconfig/:/usr/local/zlib/lib/pkgconfig/"
./configure --prefix=/usr/local/magick --with-png
and configure fails:
--------------
config.status: error: in `/Users/eiichi/Desktop/ImageMagick ...
Case 1.
I configured:
--------------
export PKG_CONFIG_PATH="/usr/local/libpng/lib/pkgconfig/:/usr/local/zlib/lib/pkgconfig/"
./configure --prefix=/usr/local/magick --with-png
and configure fails:
--------------
config.status: error: in `/Users/eiichi/Desktop/ImageMagick ...
- 2017-08-27T01:05:12-07:00
- Forum: Users
- Topic: Building with PNG Delegate problems using libpng-1.6.32
- Replies: 3
- Views: 9389
Re: Building with PNG Delegate problems using libpng-1.6.32
I can solve the problem.
1) I installed zlib-1.2.11 into /usr/local/zlib.
2) Add configuration option:
export PKG_CONFIG_PATH="/usr/local/libpng2/lib/pkgconfig/:/usr/local/zlib/lib/pkgconfig/"
3) Using libpng-1.6.32, I can compile ending up with "PNG --with-png=yes yes" and succeed to build with ...
1) I installed zlib-1.2.11 into /usr/local/zlib.
2) Add configuration option:
export PKG_CONFIG_PATH="/usr/local/libpng2/lib/pkgconfig/:/usr/local/zlib/lib/pkgconfig/"
3) Using libpng-1.6.32, I can compile ending up with "PNG --with-png=yes yes" and succeed to build with ...
- 2017-08-27T00:19:01-07:00
- Forum: Users
- Topic: Building with PNG Delegate problems using libpng-1.6.32
- Replies: 3
- Views: 9389
Re: Building with PNG Delegate problems using libpng-1.6.32
I can't answer the question, but I suggest you read the config.log that IM made for more details about why "--with-png" failed.
Thanks.
This is from config.log
Config.log using libpng-1.6.30:
configure:33622: checking for PNG
configure:33629: $PKG_CONFIG --exists --print-errors "libpng >= 1 ...
- 2017-08-26T23:48:27-07:00
- Forum: Users
- Topic: Building with PNG Delegate problems using libpng-1.6.32
- Replies: 3
- Views: 9389
Building with PNG Delegate problems using libpng-1.6.32
I'm trying to build ImageMagick7.0.6-9 with png delegate on macOS 10.12.6.
1) Configure Options:
export LDFLAGS="-L/usr/local/libpng/lib/"
export CPPFLAGS="-I/usr/local/libpng/include"
export PKG_CONFIG_PATH="/usr/local/libpng/lib/pkgconfig/"
./configure --prefix=/usr/local/magick --with-png
2 ...
1) Configure Options:
export LDFLAGS="-L/usr/local/libpng/lib/"
export CPPFLAGS="-I/usr/local/libpng/include"
export PKG_CONFIG_PATH="/usr/local/libpng/lib/pkgconfig/"
./configure --prefix=/usr/local/magick --with-png
2 ...