Search found 8 matches

by gmr
2013-12-31T04:02:10-07:00
Forum: Developers
Topic: Can not convert pdf to tiff with jpeg conversion
Replies: 6
Views: 11350

Re: Can not convert pdf to tiff with jpeg conversion

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
by gmr
2013-12-31T03:59:39-07:00
Forum: Developers
Topic: Can not convert pdf to tiff with jpeg conversion
Replies: 6
Views: 11350

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 ...
by gmr
2013-12-31T03:13:43-07:00
Forum: Developers
Topic: Can not convert pdf to tiff with jpeg conversion
Replies: 6
Views: 11350

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 ...
by gmr
2013-12-26T23:36:03-07:00
Forum: Developers
Topic: Can not convert pdf to tiff with jpeg conversion
Replies: 6
Views: 11350

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 ...
by gmr
2013-12-26T01:50:52-07:00
Forum: Bugs
Topic: convert(1) command can't handle multibyte characters
Replies: 13
Views: 25029

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.
by gmr
2013-12-05T02:57:10-07:00
Forum: Developers
Topic: building imagemagick 6.8.3-5 without libltdl
Replies: 0
Views: 5227

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
by gmr
2013-08-15T22:57:46-07:00
Forum: Bugs
Topic: convert(1) command can't handle multibyte characters
Replies: 13
Views: 25029

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 ...
by gmr
2013-07-15T03:04:53-07:00
Forum: Bugs
Topic: convert(1) command can't handle multibyte characters
Replies: 13
Views: 25029

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 ...