Hi,
No I didn't. I was not aware of this.
Works perfectly now.
Thank you.
For anyone else who may come across this post:
PKG_CONFIG_PATH=/home/hugof/projects/recommender/ImageMagick/lib/pkgconfig \
/home/hugof/projects/recommender/ImageMagick/bin/Magick++-config --cppflags --cxxflags ...
Search found 7 matches
- 2013-03-20T06:16:41-07:00
- Forum: Bugs
- Topic: [SOLVED] IM-6.8.3-7: Magick++-config possibly wrong
- Replies: 3
- Views: 2931
- 2013-03-20T01:28:31-07:00
- Forum: Bugs
- Topic: [SOLVED] IM-6.8.3-7: Magick++-config possibly wrong
- Replies: 3
- Views: 2931
Re: IM-6.8.3-7: Magick-config + Magick++-config possibly wro
Hi,
Small note on this. I have redone the installation to a separate directory
entirely. However I still get the same error.
Thanks.
Small note on this. I have redone the installation to a separate directory
entirely. However I still get the same error.
Thanks.
- 2013-03-19T02:22:57-07:00
- Forum: Bugs
- Topic: [SOLVED] IM-6.8.3-7: Magick++-config possibly wrong
- Replies: 3
- Views: 2931
[SOLVED] IM-6.8.3-7: Magick++-config possibly wrong
Hello,
I made a local installation o IM.
I set-up the compilations and installation with:
./configure --prefix=/home/hugof/projects/recommender/ImageMagick-6.8.3-7
However after installation I get:
/home/hugof/projects/recommender/ImageMagick-6.8.3-7/bin/Magick++-config --cppflags --cxxflags ...
I made a local installation o IM.
I set-up the compilations and installation with:
./configure --prefix=/home/hugof/projects/recommender/ImageMagick-6.8.3-7
However after installation I get:
/home/hugof/projects/recommender/ImageMagick-6.8.3-7/bin/Magick++-config --cppflags --cxxflags ...
- 2013-03-19T02:13:40-07:00
- Forum: Users
- Topic: [SOLVED]How avoid smudged edges produced from B&W silhouette
- Replies: 6
- Views: 5751
Re: [SOLVED]How avoid smudged edges produced from B&W silhou
Anthony,
Ok, I will test test this with the png formats although results from the latest IM were not too bad.
Thanks,
Ok, I will test test this with the png formats although results from the latest IM were not too bad.
Thanks,
- 2013-03-11T05:53:40-07:00
- Forum: Users
- Topic: [SOLVED]How avoid smudged edges produced from B&W silhouette
- Replies: 6
- Views: 5751
- 2013-03-08T04:17:37-07:00
- Forum: Users
- Topic: [SOLVED]How avoid smudged edges produced from B&W silhouette
- Replies: 6
- Views: 5751
Re: How to avoid smudged edges produced from B&W silhouette
I have gone through the hoops and made a "local" installation of the latest version of IM.
The results don't show those artifacts anymore. That seemed to solve the issue.
BTW, why do we need the " -set colorspace RGB"?
I made several tests and their seem to be no differences in the output ...
The results don't show those artifacts anymore. That seemed to solve the issue.
BTW, why do we need the " -set colorspace RGB"?
I made several tests and their seem to be no differences in the output ...
- 2013-03-07T05:07:48-07:00
- Forum: Users
- Topic: [SOLVED]How avoid smudged edges produced from B&W silhouette
- Replies: 6
- Views: 5751
[SOLVED]How avoid smudged edges produced from B&W silhouette
Hi,
I am using IM version 6.6.9-7 in Ubuntu Linux.
I have an image that I pre-processed using the following command:
convert $image_file -colorspace Gray $gray_image
convert $gray_image -threshold 80% $bw_image
convert $bw_image -morphology Smooth Octagon:3 $clean_bw_image
I now want to ...
I am using IM version 6.6.9-7 in Ubuntu Linux.
I have an image that I pre-processed using the following command:
convert $image_file -colorspace Gray $gray_image
convert $gray_image -threshold 80% $bw_image
convert $bw_image -morphology Smooth Octagon:3 $clean_bw_image
I now want to ...