Search found 25563 matches

by fmw42
2009-08-27T21:53:58-07:00
Forum: Developers
Topic: Apply texture on selected Area (Color) of an Image
Replies: 28
Views: 53820

Re: Apply texture on selected Area (Color) of an Image

Sooooryyy fmw42 No problem. Glad to help. But I don't understand your transparency issue. You made no mention of your image having transparency. The obvious but perhaps not best solution is to copy the alpha channel to a separate image, then delete the alpha channel on your image, then add the text...
by fmw42
2009-08-27T21:47:08-07:00
Forum: Developers
Topic: Apply texture on selected Area (Color) of an Image
Replies: 28
Views: 53820

Re: Apply texture on selected Area (Color) of an Image

However note that in freds solution the mask was created from the image of just the areas within 10% of white. In your case a separate mask image would be used to limit the area being textured. Fred, perhaps you should have generated the mask separately. However it is a good addition to add to IM E...
by fmw42
2009-08-27T21:38:39-07:00
Forum: Developers
Topic: Apply texture on selected Area (Color) of an Image
Replies: 28
Views: 53820

Re: Apply texture on selected Area (Color) of an Image

sanjeevk wrote:Thanks,
Anthony

Actually it was fmw42 who made the example
by fmw42
2009-08-27T19:54:46-07:00
Forum: Developers
Topic: Radon Transform
Replies: 4
Views: 15431

Re: Radon Transform

Thanks. I will look into it and get back to you. In the mean time, I found a radon transform plugin for ImageJ and tested it. It is limited to 180 1 degree projections so the image width is 180. Here are the results on a very simple edge image: test_edge.png http://www.fmwconcepts.com/misc_tests/rad...
by fmw42
2009-08-27T18:39:01-07:00
Forum: Developers
Topic: Radon Transform
Replies: 4
Views: 15431

Radon Transform

I believe that Magick has implemented the radon transform in the -deskew IM function. There has been some current interest in the Hough transform, a cousin of the Radon transform, both of which can be used for extracting the orientation and location of straight lines in an edge image. see http://www...
by fmw42
2009-08-27T17:00:37-07:00
Forum: Kudos and Rants
Topic: Ignorant members
Replies: 7
Views: 92350

Re: Ignorant members

5) users who post a problem without example or without showing their commands and expect a solution 6) users who assume everyone knows how Photoshop or GIMP works or has either one to begin with and wants a "magic" conversion to IM with no explanation of how the feature works. Too much &qu...
by fmw42
2009-08-27T16:55:53-07:00
Forum: Kudos and Rants
Topic: Ignorant members
Replies: 7
Views: 92350

Re: Ignorant members

4) people who join just to post advertising, usually non-relevant to the forum (I usually send PM to Magick to have it deleted). By the way, I assume most members cannot delete their topics, only delete the text. I don't seem to have any permission to delete my own post, even when I realize I posted...
by fmw42
2009-08-27T15:37:28-07:00
Forum: Users
Topic: Magick++: NoDecodeDelegateForThisImageFormat with ICO file
Replies: 2
Views: 6203

Re: Magick++: NoDecodeDelegateForThisImageFormat with ICO file

use the Search feature in the forum (see Search link on top right) to search for "ICO Files" many people have reported issues and solutions are given depending upon the issue.
by fmw42
2009-08-27T15:34:19-07:00
Forum: Users
Topic: OpenEXR and ImageMagick on Windows - how to include
Replies: 13
Views: 28304

Re: OpenEXR and ImageMagick on Windows - how to include

Do a normal manual install of openexr and IM from source. Then test with the command line in a terminal window to see that it works. If that does not work, then no point in progressing to C++.

see

http://www.imagemagick.org/script/insta ... hp#windows

sometimes you have to take baby steps!
by fmw42
2009-08-27T15:30:41-07:00
Forum: Users
Topic: How to Change the Resolution of an Image
Replies: 19
Views: 67134

Re: How to Change the Resolution of an Image

use -crop +repage. you can add that multiple time in a command line. Be sure to add +repage or you will not get the output as you want as it leaves the virtual canvas unchanged. see -crop and +repage http://www.imagemagick.org/script/command-line-options.php#crop http://www.imagemagick.org/script/co...
by fmw42
2009-08-27T15:25:11-07:00
Forum: Bugs
Topic: Calling 6.5.x from Java returns error 0xc150004
Replies: 13
Views: 24714

Re: Calling 6.5.x from Java returns error 0xc150004

You do have to recompile with every new version if you install from source. Sorry, but I think that is the way it is.

I have to recompile every time I just change my config for a different Q level.
by fmw42
2009-08-27T10:28:40-07:00
Forum: Bugs
Topic: Calling 6.5.x from Java returns error 0xc150004
Replies: 13
Views: 24714

Re: Calling 6.5.x from Java returns error 0xc150004

did you try disabling OpenMP in your source install. Other than that, I am at a loss and perhaps some PC expert can comment. I am on a Mac, but use command line and not Java or any other API.
by fmw42
2009-08-27T10:26:41-07:00
Forum: Developers
Topic: Apply texture on selected Area (Color) of an Image
Replies: 28
Views: 53820

Re: Apply texture on selected Area (Color) of an Image

http://www.fmwconcepts.com/misc_tests/pagoda_texture/pagoda_sm.jpg http://www.fmwconcepts.com/misc_tests/pagoda_texture/texture_fabric.gif # do same processing as Anthony # create copy of original with white made transparent # composite together convert pagoda_sm.jpg \ \( -clone 0 -size 320x295 til...
by fmw42
2009-08-27T09:51:31-07:00
Forum: Bugs
Topic: Calling 6.5.x from Java returns error 0xc150004
Replies: 13
Views: 24714

Re: Calling 6.5.x from Java returns error 0xc150004

Have you tried installing from source rather than from binary?