Search found 11 matches

by pgn674
2013-09-16T13:01:09-07:00
Forum: Bugs
Topic: Unrecoverable error: invalidaccess in put
Replies: 3
Views: 5078

Re: Unrecoverable error: invalidaccess in put

Ghostscript 9.10 has been released. I tested it, and it did not cause this problem for me.
by pgn674
2013-08-28T08:26:42-07:00
Forum: Bugs
Topic: Unrecoverable error: invalidaccess in put
Replies: 3
Views: 5078

Re: Unrecoverable error: invalidaccess in put

I think the problem is with Ghostscript. I had installed ImageMagick-6.8.6-9-Q16-x64-dll.exe and gs909w64.exe, and I could not convert a certain PDF. I got an error similar to yours. Then I tried uninstalling Ghostscript and installing gs907w64.exe, and now I am able to convert that PDF. Try using G...
by pgn674
2010-05-20T18:10:43-07:00
Forum: PerlMagick
Topic: PNG not Working on Ubuntu Even with Lib
Replies: 6
Views: 24306

Re: PNG not Working on Ubuntu Even with Lib

I got it working. I tried doing "make uninstall" on both ImageMagick and PerlMagick again, and then I saw that "make check" on ImageMagick still worked. So I deleted both directories that the *.tar.gz files had recompressed into, then redecompressed those files and reinstalled as...
by pgn674
2010-05-18T19:31:29-07:00
Forum: PerlMagick
Topic: PNG not Working on Ubuntu Even with Lib
Replies: 6
Views: 24306

Re: PNG not Working on Ubuntu Even with Lib

I did accidentally leave the perlmagick package installed when I went to compile and install manually the first time. But then I uninstalled the package, uninstalled the manual stuff, then recompiled and reinstalled the manual stuff, but this is still happening.
by pgn674
2010-05-18T19:08:24-07:00
Forum: PerlMagick
Topic: PNG not Working on Ubuntu Even with Lib
Replies: 6
Views: 24306

Re: PNG not Working on Ubuntu Even with Lib

convert logo: logo.png Yup, that completes with no errors or any output at all. Whoops, spoke too soon. The resulting file, while not 0 bytes, seems to not be a valid PNG image. And, when I run "convert logo: logo.png -debug", I get "convert: no decode delegate for this image format ...
by pgn674
2010-05-18T18:59:47-07:00
Forum: PerlMagick
Topic: PNG not Working on Ubuntu Even with Lib
Replies: 6
Views: 24306

Re: PNG not Working on Ubuntu Even with Lib

fmw42 wrote:convert logo: logo.png
Yup, that completes with no errors or any output at all.
convert -list configure
Gives "DELEGATES png zlib". I noticed it also gives "LIBS -lMagickCore -lpng -lz -lm -lgomp -lpthread".
by pgn674
2010-05-18T18:14:21-07:00
Forum: PerlMagick
Topic: PNG not Working on Ubuntu Even with Lib
Replies: 6
Views: 24306

PNG not Working on Ubuntu Even with Lib

I've downloaded ImageMagick-6.6.1-9.tar.gz and PerlMagick-6.59.tar.gz to compile and install on my Ubuntu Server 9.04. I can't simply install it from the repositories as that version has a bug where SetPixel always sets blue to 255. I'm following the ImageMagick and PerlMagick instructions: ImageMag...
by pgn674
2009-07-21T16:01:07-07:00
Forum: PerlMagick
Topic: Creating an Empty File
Replies: 2
Views: 11126

Re: Creating an Empty File

I figured it out. I didn't have a PNG developer library installed before I compiled ImageMagick. So, I installed libpng12-dev from the repositories, and re-configured, made, installed, and tested ImageMagick, and now it creates the file OK. Thank you for taking a look at it earlier. Oh, and I have P...
by pgn674
2009-07-20T19:06:32-07:00
Forum: PerlMagick
Topic: Creating an Empty File
Replies: 2
Views: 11126

Creating an Empty File

I have Ubuntu 9.04. I had ImageMagick 7:6.4.5.4.dfsg1-1ubuntu3.1 installed from the repositories, as well as PerlMagick of the same version. I noticed that when I tried to use SetPixel, it always made the blue component maxed up (as in 1 or 255). I have heard that it's best to have the most recent v...
by pgn674
2009-03-20T11:07:15-07:00
Forum: Users
Topic: Making Problem
Replies: 2
Views: 7158

Re: Making Problem

Aha, thanks for the waiting suggestion. This time I allowed it to go longer, 45 minutes I think, and the make completed with no errors. I kind of forgot that my server is actually a virtual machine with rather meager specs: 64 MB RAM, 256 MB swap space, 1 virtual CPU, and 5 GB disk space. But, for 7...
by pgn674
2009-03-20T09:21:19-07:00
Forum: Users
Topic: Making Problem
Replies: 2
Views: 7158

Making Problem

I am having some trouble installing ImageMagick on my Ubuntu Server 8.10 system. I am trying to install the latest version, 6.5.0-1, from source. The Ubuntu repositories have version 7:6.3.7.9.dfsg1-2ubuntu3 (intrepid), but I need to use SetPixel from PerlMagick, which doesn't work in that old versi...