Search found 43 matches

by jansuhr
2016-08-14T12:19:35-07:00
Forum: Developers
Topic: No TIFF or PNG when compiling for OSX
Replies: 14
Views: 15083

Re: No TIFF or PNG when compiling for OSX

The page I refer to, http://www.gctv.ne.jp/~yokota/magick/ do a pkgconfig installation together with png.

I have also tried with zlib and it installs together with jpeg, but png fails and so does tiff.
by jansuhr
2016-08-14T11:01:03-07:00
Forum: Developers
Topic: No TIFF or PNG when compiling for OSX
Replies: 14
Views: 15083

Re: No TIFF or PNG when compiling for OSX

Sorry double post
by jansuhr
2016-08-14T10:47:53-07:00
Forum: Developers
Topic: No TIFF or PNG when compiling for OSX
Replies: 14
Views: 15083

Re: No TIFF or PNG when compiling for OSX

In my case it just says:
Checking for PNG
result: no


Jan
by jansuhr
2016-08-14T02:02:14-07:00
Forum: Developers
Topic: No TIFF or PNG when compiling for OSX
Replies: 14
Views: 15083

Re: No TIFF or PNG when compiling for OSX

Well I have now tried wha tis described on this page http://www.gctv.ne.jp/~yokota/magick/ but I still don't get any PNG libraries to be installed. When I come to the point of make ImageMagick and I check if the PNG has been included I get: PNG --with-png=yes no So it is not part of the installation...
by jansuhr
2016-08-12T10:00:01-07:00
Forum: Developers
Topic: No TIFF or PNG when compiling for OSX
Replies: 14
Views: 15083

Re: No TIFF or PNG when compiling for OSX

It should be standalone if you use -disable-installation. But it will not be like for Windows were you get a 17Mb Convert.exe. On Mac you will still get the whole folder structure but it is local with internal links rather than looking for libraries in /opt/local/lib I found this page that explains ...
by jansuhr
2016-08-12T00:14:19-07:00
Forum: Developers
Topic: No TIFF or PNG when compiling for OSX
Replies: 14
Views: 15083

Re: No TIFF or PNG when compiling for OSX

Yes I have followed that procedure to the point. But it still doesn't compile TIFF and PNG. I'm on Mac and I need a standalone installation that is going to be embedded in an application.


Thanks


Jan
by jansuhr
2016-08-10T12:58:41-07:00
Forum: Developers
Topic: No TIFF or PNG when compiling for OSX
Replies: 14
Views: 15083

Re: No TIFF or PNG when compiling for OSX

It seem that I could fix it by just copying the missing files over to my installation. TIFF and PNG now opens and converts to other formats. How ever when running bin/convert -list configure | grep -i "delegates" it doesn't show TIFF or PNG, I guess that is some lines in an XML-file that n...
by jansuhr
2016-08-10T09:53:14-07:00
Forum: Developers
Topic: No TIFF or PNG when compiling for OSX
Replies: 14
Views: 15083

Re: No TIFF or PNG when compiling for OSX

This is the only part I find that says something about any problems with the TIFF in config.log | char TIFFReadRGBAStrip (); | return TIFFReadRGBAStrip (); configure:33908: checking if TIFF package is complete configure:33995: gcc -c -g -O2 -Wall -mtune=core-avx-i -fexceptions -D_FORTIFY_SOURCE=0 -D...
by jansuhr
2016-08-10T06:53:57-07:00
Forum: Developers
Topic: No TIFF or PNG when compiling for OSX
Replies: 14
Views: 15083

Re: No TIFF or PNG when compiling for OSX

I found this in Terminal after I ran the shellscript: ============================================================================== ImageMagick is configured as follows. Please verify that this configuration matches your expectations. Host system type: x86_64-apple-darwin14.5.0 Build system type: x...
by jansuhr
2016-08-10T06:41:17-07:00
Forum: Developers
Topic: No TIFF or PNG when compiling for OSX
Replies: 14
Views: 15083

No TIFF or PNG when compiling for OSX

I'm trying to compile an IM with --disable-installed. I have followed this post, http://www.imagemagick.org/discourse-server/viewtopic.php?t=29261#p130847 and made a shellscript were I added the delegates for zlib and tiff to the shellscript that was posted in that thread. The shellscript runs troug...
by jansuhr
2016-08-08T10:32:22-07:00
Forum: Developers
Topic: Compile standalone convert for Mac OSX
Replies: 8
Views: 14185

Re: Compile standalone convert for Mac OSX

If I run the compiler with this line it do compile, ./configure --enable-delegate-build --enable-static --disable-shared --disable-installed --prefix=/imagick and I get a full ImageMagick installation with a lot of files and folders. How do I get it to compile just standalone executables like it is ...
by jansuhr
2016-08-08T09:00:31-07:00
Forum: Developers
Topic: Compile standalone convert for Mac OSX
Replies: 8
Views: 14185

Re: Compile standalone convert for Mac OSX

Yes there is a problem with that. The folder "libTIFF/include" is there and also "libTIFF/lib" but the file "contest.c" isn't. The libTIFF is created with this command: ./configure --enable-static --disable-shared --prefix=/libTIFF If I remove the libTIFF stuff from the...
by jansuhr
2016-08-08T03:58:45-07:00
Forum: Developers
Topic: Compile standalone convert for Mac OSX
Replies: 8
Views: 14185

Re: Compile standalone convert for Mac OSX

I have tried to compile a standalone Convert but ending up with this error: checking whether the C compiler works... no configure: error: in `/Users/xxxxx/Desktop/ImageMagick-7.0.2-6': configure: error: C compiler cannot create executables I have done this after this post: http://www.imagemagick.org...
by jansuhr
2016-08-07T00:55:00-07:00
Forum: Developers
Topic: Compile standalone convert for Mac OSX
Replies: 8
Views: 14185

Compile standalone convert for Mac OSX

I'm making a plugin for a graphic system and need to embed ImageMagick in to it. I only need Convert and it to be able to save TIFF, JPEG, PNG and GIF. I found the Convert for Windows that worked perfectly but I need the same standalone executable for Mac. I've seen that it needs to be compiled but ...
by jansuhr
2016-01-28T14:19:22-07:00
Forum: Users
Topic: Convert TIFF to PSD and keep transparency
Replies: 23
Views: 12446

Re: Convert TIFF to PSD and keep transparency

Photoshops saves layered files with a "Compatibility layer" on top of the layers in the file. The Compatibility layer is what is shown on screen.

To be able to have transparency in a TIFF you have to have one layer instead of the background layer.

Jan