I am running libtiff-3.9.5.
I am just trying to understand whether this issue is due to wrong conversion specifiers or the limitation of imagemagick itself.
Thanks!
gmr
Search found 8 matches
- 2013-12-31T04:02:10-07:00
- Forum: Developers
- Topic: Can not convert pdf to tiff with jpeg conversion
- Replies: 6
- Views: 10528
- 2013-12-31T03:59:39-07:00
- Forum: Developers
- Topic: Can not convert pdf to tiff with jpeg conversion
- Replies: 6
- Views: 10528
Re: Can not convert pdf to tiff with jpeg conversion
I am running 6.8.3-5. $ convert -version Version: ImageMagick 6.8.3-5 2013-08-21 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC Features: DPC Modules Delegates: bzlib fftw freetype jng jpeg lcms lzma openexr pango png ps tiff x xml zlib $ Does that mean, the ...
- 2013-12-31T03:13:43-07:00
- Forum: Developers
- Topic: Can not convert pdf to tiff with jpeg conversion
- Replies: 6
- Views: 10528
Re: Can not convert pdf to tiff with jpeg conversion
Thanks for the tip. I also found similar posts on web. I tried the following. But I am still not able convert it successfully. $ convert testsample2.pdf -compress JPEG testsample2.tiff convert: BitsPerSample 16 not allowed for JPEG. `JPEGSetupEncode' @ error/tiff.c/TIFFErrors/562. $ convert ...
- 2013-12-26T23:36:03-07:00
- Forum: Developers
- Topic: Can not convert pdf to tiff with jpeg conversion
- Replies: 6
- Views: 10528
Can not convert pdf to tiff with jpeg conversion
Hi, I am running imagemagick 6.8.3-5 on an solaris11 machine. # convert --version Version: ImageMagick 6.8.3-5 2013-08-21 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC Features: DPC Modules Delegates: bzlib fftw freetype jng jpeg lcms lzma openexr pango png ...
- 2013-12-26T01:50:52-07:00
- Forum: Bugs
- Topic: convert(1) command can't handle multibyte characters
- Replies: 13
- Views: 21340
Re: convert(1) command can't handle multibyte characters
Updating to have the closure remarks.
Thanks. Having explicitly pointing to the font file, did the trick.
Thanks. Having explicitly pointing to the font file, did the trick.
- 2013-12-05T02:57:10-07:00
- Forum: Developers
- Topic: building imagemagick 6.8.3-5 without libltdl
- Replies: 0
- Views: 4544
building imagemagick 6.8.3-5 without libltdl
Hi,
I am trying to build imagemagick 6.8.3-5 on a solaris 10 machine. I do not have libltdl installed on the system. Is there a configure option using which I can build imagemagick without the dependency on libltdl?
Thanks!
-gmr
I am trying to build imagemagick 6.8.3-5 on a solaris 10 machine. I do not have libltdl installed on the system. Is there a configure option using which I can build imagemagick without the dependency on libltdl?
Thanks!
-gmr
- 2013-08-15T22:57:46-07:00
- Forum: Bugs
- Topic: convert(1) command can't handle multibyte characters
- Replies: 13
- Views: 21340
Re: convert(1) command can't handle multibyte characters
The running version of imagemagick is 6.8.3-5. "convert -version" lists freetype in the delegates list, as below. Features: DPC Modules Delegates: bzlib fftw freetype jng jpeg lcms lzma openexr pango png ps tiff x xml zlib I also tried the given examples in the previous update ... but I was not able ...
- 2013-07-15T03:04:53-07:00
- Forum: Bugs
- Topic: convert(1) command can't handle multibyte characters
- Replies: 13
- Views: 21340
Re: convert(1) command can't handle multibyte characters
Any ideas on the issue. The issue is the same as Sonam had mentioned. bash-3.2# /usr/sfw/bin/convert label:@text_UTF-8.txt out.png convert: FreeType library is not available `/usr/openwin/lib/X11/fonts/TTbitmaps/Arial-Bold14.pcf.Z'. convert: FreeType library is not available `/usr/openwin/lib/X11 ...