Search found 6 matches

by MrBluewoods
2016-08-22T20:30:15-07:00
Forum: Bugs
Topic: ImageMagick RPM has unresolvable dependencies
Replies: 0
Views: 9197

ImageMagick RPM has unresolvable dependencies

Hello, I am trying to install ImageMagick 7 on CentOS 7. So far, CentOS's official repositories only have ImageMagick 6. Therefore, I tried to install the RPM on the ImageMagick download page. However, it seems to be missing dependencies on ImageMagick libraries: [username@SIMC7 Downloads]$ sudo rpm...
by MrBluewoods
2016-08-22T16:11:13-07:00
Forum: Bugs
Topic: Mac OS build fails to load libpng15.15.dylib
Replies: 29
Views: 52628

Re: Mac OS build fails to load libpng15.15.dylib

Hi fmw42. This would not solve my problem unfortunately. You see, I am trying to make a software package that would bundle ImageMagick in its 3rd party resources subfolder and make it run without it or any additional library being installed on the user's machine. This is why I'm trying to make Image...
by MrBluewoods
2016-08-22T15:43:16-07:00
Forum: Bugs
Topic: Mac OS build fails to load libpng15.15.dylib
Replies: 29
Views: 52628

Re: Mac OS build fails to load libpng15.15.dylib

Yes, convert -version and magick -version do not work. None of the ImageMagick binaries will work because they are linked to libraries that do not exist on my system. My problem is that following the installation steps written on the ImageMagick download page did not work.
by MrBluewoods
2016-08-22T15:31:49-07:00
Forum: Bugs
Topic: Mac OS build fails to load libpng15.15.dylib
Replies: 29
Views: 52628

Re: Mac OS build fails to load libpng15.15.dylib

Hi fmw42,

I have linked to the package I am using in my post. It is the latest Mac OS release available for download on the download page:
https://www.imagemagick.org/script/binary-releases.php

I am attempting to use Version 7.0.1.
The platform is Mac OS 10.11 El Captain.
by MrBluewoods
2016-08-22T15:06:50-07:00
Forum: Bugs
Topic: Mac OS build fails to load libpng15.15.dylib
Replies: 29
Views: 52628

Re: Mac OS build fails to load libpng15.15.dylib

I get the exact same error message.
by MrBluewoods
2016-08-22T13:11:37-07:00
Forum: Bugs
Topic: Mac OS build fails to load libpng15.15.dylib
Replies: 29
Views: 52628

Mac OS build fails to load libpng15.15.dylib

I am trying to make a small command line tool that performs a few image editing routines using ImageMagick. Because it is a single-use, throaway tool, I want it to be packaged with ImageMagick so that it doesn't require users to install it. When I try to use ImageMagick on Mac OS after extracting it...