the command "identify" is being executed
plus im4java-1.2.0.jar is being used, i am upgrading the jar to 1.4.0 now. But not sure if that will solve the problem
Search found 13 matches
- 2016-06-03T10:40:43-07:00
- Forum: Users
- Topic: org.im4java.core.CommandException: magick: no images for write '-write'
- Replies: 3
- Views: 4460
- 2016-06-03T09:32:33-07:00
- Forum: Users
- Topic: org.im4java.core.CommandException: magick: no images for write '-write'
- Replies: 3
- Views: 4460
Re: org.im4java.core.CommandException: magick: no images for write '-write'
i upgraded ImageMagick from 6.7.2.7-2.el6 to 7.0.1-3
- 2016-06-03T09:31:02-07:00
- Forum: Users
- Topic: org.im4java.core.CommandException: magick: no images for write '-write'
- Replies: 3
- Views: 4460
org.im4java.core.CommandException: magick: no images for write '-write'
Does im4java current version 1.4.0 supports ImageMagick 7.1.0-3 ?? The older versions used convert, but it seems with 7.1 /usr/bin/convert is a link, and the actual command is magick, i personally think BOTH should work and we have backward compatibility for im4java with regards to versions of ...
- 2016-06-02T11:58:06-07:00
- Forum: Users
- Topic: convert: unable to create temporary file 'example.pdf': Permission denied @ error/pdf.c/ReadPDFImage/475.
- Replies: 7
- Views: 4705
Re: convert: unable to create temporary file 'example.pdf': Permission denied @ error/pdf.c/ReadPDFImage/475.
could this be due to the fact that if we see ImageMagick.SPEC , the required RPMs are ALL -devel versions: BuildRequires: bzip2-devel, freetype-devel, libjpeg-devel, libpng-devel BuildRequires: libtiff-devel, giflib-devel, zlib-devel, perl-devel >= 5.8.1 BuildRequires: ghostscript-devel, djvulibre ...
- 2016-06-02T11:42:35-07:00
- Forum: Users
- Topic: convert: unable to create temporary file 'example.pdf': Permission denied @ error/pdf.c/ReadPDFImage/475.
- Replies: 7
- Views: 4705
Re: convert: unable to create temporary file 'example.pdf': Permission denied @ error/pdf.c/ReadPDFImage/475.
also: $ which convert /usr/bin/convert [ec2-user@el2-ft110-app1 ~]$ which magick /usr/bin/magick [ec2-user@el2-ft110-app1 ~]$ ls -l /usr/bin/convert lrwxrwxrwx 1 root root 6 Jun 2 02:55 /usr/bin/convert -> magick [ec2-user@el2-ft110-app1 ~]$ ls -l /usr/bin/magick -rwxr-xr-x 1 root root 19064 May 13 ...
- 2016-06-02T11:40:46-07:00
- Forum: Users
- Topic: convert: unable to create temporary file 'example.pdf': Permission denied @ error/pdf.c/ReadPDFImage/475.
- Replies: 7
- Views: 4705
Re: convert: unable to create temporary file 'example.pdf': Permission denied @ error/pdf.c/ReadPDFImage/475.
$type -a convert
convert is /usr/bin/convert
$ type -a magick
magick is /usr/bin/magick
convert is /usr/bin/convert
$ type -a magick
magick is /usr/bin/magick
- 2016-06-02T10:20:28-07:00
- Forum: Users
- Topic: convert: unable to create temporary file 'example.pdf': Permission denied @ error/pdf.c/ReadPDFImage/475.
- Replies: 7
- Views: 4705
convert: unable to create temporary file 'example.pdf': Permission denied @ error/pdf.c/ReadPDFImage/475.
getting error when running the convert command: $ convert -density 300x300 example.pdf -quality 100 test.jpg convert: unable to create temporary file 'example.pdf': Permission denied @ error/pdf.c/ReadPDFImage/475. convert: no images defined `test.jpg' @ error/convert.c/ConvertImageCommand/3235. the ...
- 2016-05-19T09:12:45-07:00
- Forum: Users
- Topic: Error: No Package found for jbigkit-devel
- Replies: 5
- Views: 3957
Re: Error: No Package found for jbigkit-devel
keep in mind that the ImageMagick-7.0.1.3.x86_64.rpm is the one that is custom build on redhat 6
- 2016-05-19T09:12:08-07:00
- Forum: Users
- Topic: Error: No Package found for jbigkit-devel
- Replies: 5
- Views: 3957
Re: Error: No Package found for jbigkit-devel
ok got it working on redhat 6 the only rpm i had to install is sudo rpm -Uvh jbigkit-libs-2.0-11.e17.86_64.rpm
then do $sudo yum install ImageMagick-7.0.1.3.x86_64.rpm ImageMagick-libs-7.0.1-3.x86_64.rpm
then do $sudo yum install ImageMagick-7.0.1.3.x86_64.rpm ImageMagick-libs-7.0.1-3.x86_64.rpm
- 2016-05-17T02:03:08-07:00
- Forum: Users
- Topic: Error: No Package found for jbigkit-devel
- Replies: 5
- Views: 3957
Re: Error: No Package found for jbigkit-devel
after i created an rpm for 7.0.3-1 on redhat el6 , i copied the rpms to another host but still could not install: ls ImageMagick-7.0.1-3.x86_64.rpm ImageMagick-debuginfo-7.0.1-3.x86_64.rpm ImageMagick-doc-7.0.1-3.x86_64.rpm ImageMagick-c++-7.0.1-3.x86_64.rpm ImageMagick-devel-7.0.1-3.x86_64.rpm ...
- 2016-05-16T08:46:58-07:00
- Forum: Users
- Topic: Error: No Package found for jbigkit-devel
- Replies: 5
- Views: 3957
Re: Error: No Package found for jbigkit-devel
I am trying to build it from source, but having problems with jbigkit-devel : and the ImageMagick.spec file has the jbigkit dependency: %global VERSION 7.0.1 %global Patchlevel 3 Name: ImageMagick Version: %{VERSION} Release: %{Patchlevel} Summary: Use ImageMagick to convert, edit, or compose bitmap ...
- 2016-05-12T08:03:15-07:00
- Forum: Users
- Topic: Error: No Package found for jbigkit-devel
- Replies: 5
- Views: 3957
Error: No Package found for jbigkit-devel
while trying to install ImageMagick 7.0.1-3 using yum , i verify the dependencies: # yum-builddep ImageMagick.spec Getting requirements for ImageMagick.spec --> Already installed : bzip2-devel-1.0.5-7.el6_0.x86_64 --> Already installed : freetype-devel-2.3.11-15.el6_6.1.x86_64 --> Already installed ...
- 2016-05-10T19:08:28-07:00
- Forum: Users
- Topic: ImageMagick Install Error
- Replies: 1
- Views: 1278
Re: ImageMagick Install Error
install from source by doing a make , make install could be a workaround.