Search found 11 matches
- 2013-05-15T10:58:32-07:00
- Forum: Users
- Topic: MagickGetImageCompressionQuality returns 0
- Replies: 1
- Views: 2037
MagickGetImageCompressionQuality returns 0
I notice that MagickGetImageCompressionQuality returns 0 after formatting a png file to jpg. Is this expected? Thanks.
- 2013-04-16T14:01:04-07:00
- Forum: Users
- Topic: crop question
- Replies: 4
- Views: 3843
Re: crop question
actually, the first one works. Thanks.
- 2013-04-16T13:51:32-07:00
- Forum: Users
- Topic: crop question
- Replies: 4
- Views: 3843
Re: crop question
thanks for your reply. I tried convert -crop 200x140+0+0 +repage & convert +repage -crop 200x140+0+0, did not help
- 2013-04-16T13:43:51-07:00
- Forum: Developers
- Topic: Build IM on OS X Mountain Lion with FreeType and without X11
- Replies: 17
- Views: 22744
Re: Build IM on OS X Mountain Lion with FreeType and without
Eventually, I got freetype enabled by specifying location of the pkgconfig dir that contains freetype.pc using --with-pkgconfigdir
- 2013-04-16T13:39:11-07:00
- Forum: Users
- Topic: crop question
- Replies: 4
- Views: 3843
crop question
I have an image that I can't get it cropped properly. Before cropping, identify output is : GIF 255x140 255x140+0+0 8-bit sRGB 128c 10.4KB 0.000u 0:00.000 after cropping with command: convert -crop 200x140+0+0, identify output is: GIF 200x140 255x140+0+0 8-bit sRGB 128c 8.65KB 0.000u 0:00.000 Could ...
- 2013-04-05T12:03:45-07:00
- Forum: Developers
- Topic: Build IM on OS X Mountain Lion with FreeType and without X11
- Replies: 17
- Views: 22744
Re: Build IM on OS X Mountain Lion with FreeType and without
by the way, does IM looks for freetype under its root like it does for jpeg & png?
- 2013-04-05T11:19:51-07:00
- Forum: Developers
- Topic: Build IM on OS X Mountain Lion with FreeType and without X11
- Replies: 17
- Views: 22744
Re: Build IM on OS X Mountain Lion with FreeType and without
did this: ./configure \ CPPFLAGS='-I/opt/local/include' \ LDFLAGS='-L/opt/local/lib' \ --prefix=$(BUILD_ROOT) \ --with-modules \ --enable-shared \ --disable-installed \ --enable-delegate-build \ --without-tiff \ --with-quantum-depth=8 \ --without-xml \ --without-lcms \ --without-x \ --without-dps ...
- 2013-04-05T09:34:27-07:00
- Forum: Developers
- Topic: Build IM on OS X Mountain Lion with FreeType and without X11
- Replies: 17
- Views: 22744
Re: Build IM on OS X Mountain Lion with FreeType and without
hm. Solid no. here is what's in config.log: grep -w freetype *.log $ ./configure CFLAGS=-g CPPFLAGS=-I/opt/local/include -I/opt/local/include/freetype2 LDFLAGS=-L/opt/local/lib --prefix=/Users/yvonnehli/development/core/mod_dims/pkgs/build --with-modules --enable-shared --disable-installed --enable ...
- 2013-04-04T18:58:30-07:00
- Forum: Developers
- Topic: Build IM on OS X Mountain Lion with FreeType and without X11
- Replies: 17
- Views: 22744
Re: Build IM on OS X Mountain Lion with FreeType and without
I tried on Linux. Did not work either . hm.
- 2013-04-04T18:54:21-07:00
- Forum: Developers
- Topic: Build IM on OS X Mountain Lion with FreeType and without X11
- Replies: 17
- Views: 22744
Re: Build IM on OS X Mountain Lion with FreeType and without
thanks for your comments. Freetype has no external dependencies. As the user who started the thread, I tried with freetype installed by macport and freetype I built from source. No luck either way
- 2013-04-04T15:10:16-07:00
- Forum: Developers
- Topic: Build IM on OS X Mountain Lion with FreeType and without X11
- Replies: 17
- Views: 22744
Re: Build IM on OS X Mountain Lion with FreeType and without
I have the same issue . Anyone has an idea on how to resolve this?