Search found 13 matches
- 2015-04-08T09:16:20-07:00
- Forum: Magick.NET
- Topic: Images with glowing ends
- Replies: 15
- Views: 26529
Re: Images with glowing ends
And again: I only have a foggy idea of how to duplicate creating foot_t.png with Magick.NET... The tools don't seem to have the same functionality, or enough options. How would I do this part? Even without the triangulation. %IM%convert ^ %SRC% ^ ( +clone -crop 50x50+100+100 +repage -scale 1x1 ...
- 2015-04-07T05:52:53-07:00
- Forum: Magick.NET
- Topic: Images with glowing ends
- Replies: 15
- Views: 26529
Re: Images with glowing ends
ok dlemstra. I have a version of my software already using magick.net. I've not had good success producing good images with it, to be honest. Nothing like what snilbgo did in just a simple script (at least it seemed simple to him I bet... hehe). How could I use Magick.net to reproduce his sparse ...
- 2015-04-07T05:37:12-07:00
- Forum: Users
- Topic: Building on Windows issues
- Replies: 0
- Views: 4674
Building on Windows issues
I'm trying to use the instructions at: http://www.imagemagick.org/script/install-source.php#windows These are incredibly old, talking about Windows98 even. So when using VS2013 to build the 'Configure' solution, I'm getting consistent type conversion errors. I must not be doing something right. The ...
- 2015-04-06T14:05:42-07:00
- Forum: Magick.NET
- Topic: Images with glowing ends
- Replies: 15
- Views: 26529
Re: Images with glowing ends
Oh.. I may be mixing up GraphicsMagick and ImageMagick. And not understanding how they are related.
I need to be on this page: http://www.imagemagick.org/script/install-source.php and figure this out. But some of my words might apply.
I need to be on this page: http://www.imagemagick.org/script/install-source.php and figure this out. But some of my words might apply.
- 2015-04-06T13:54:22-07:00
- Forum: Magick.NET
- Topic: Images with glowing ends
- Replies: 15
- Views: 26529
Re: Images with glowing ends
I realize you are the .NET version master. But it seems to me that the Magick.NET is a bit limited in its functionality compared to the other versions. .NET can still make external calls to imagemagick (the command-line version) behind the scenes. Just like IM does currently, it uses DCraw. As does ...
- 2015-03-31T14:47:14-07:00
- Forum: Magick.NET
- Topic: Images with glowing ends
- Replies: 15
- Views: 26529
Re: Images with glowing ends
I don't think that is an option... These are going to need to be called from a .NET source.
- 2015-03-31T06:17:02-07:00
- Forum: Magick.NET
- Topic: Images with glowing ends
- Replies: 15
- Views: 26529
Re: Images with glowing ends
Your work is pretty. Except it does require rebuilding GM. I have not found any good step-by-step instructions for rebuilding in Windows. I've searched many times, and everything is very cryptic, seems very geered toward linux... or wannabees. Your pages give some brief stuff, but nothing very ...
- 2015-03-30T17:33:39-07:00
- Forum: Magick.NET
- Topic: Rawtherapee 'Contrast by detail levels'
- Replies: 8
- Views: 15964
Re: Rawtherapee 'Contrast by detail levels'
I've seen those neat command-line scripts. Except.. how to execute in Magick.NET?
image.Execute does not. What is the trick I'm missing? Is there a documentation I'm missing?
image.Execute does not. What is the trick I'm missing? Is there a documentation I'm missing?
- 2015-03-30T15:45:16-07:00
- Forum: Magick.NET
- Topic: Rawtherapee 'Contrast by detail levels'
- Replies: 8
- Views: 15964
Re: Rawtherapee 'Contrast by detail levels'
And Magick.NET I can't seem to find laplacian sharpen.
- 2015-03-30T14:45:09-07:00
- Forum: Magick.NET
- Topic: Rawtherapee 'Contrast by detail levels'
- Replies: 8
- Views: 15964
Re: Rawtherapee 'Contrast by detail levels'
http://libregraphicsworld.org/blog/entr ... erapee-3-0
Scroll down to 'Contrast by detail levels'
Scroll down to 'Contrast by detail levels'
- 2015-03-30T14:13:10-07:00
- Forum: Magick.NET
- Topic: Rawtherapee 'Contrast by detail levels'
- Replies: 8
- Views: 15964
Rawtherapee 'Contrast by detail levels'
How do I mimic this functionality in Magick.NET?
0 is Finest 4 is (Coarsest)
When messing around with particular CR2s. I find that I can find more detail with this contrast function in my images. Particularly 3 and 4 (coarsest). But I don't know what to look for in Magick.NET, for anything similar.
0 is Finest 4 is (Coarsest)
When messing around with particular CR2s. I find that I can find more detail with this contrast function in my images. Particularly 3 and 4 (coarsest). But I don't know what to look for in Magick.NET, for anything similar.
- 2015-03-30T14:02:29-07:00
- Forum: Magick.NET
- Topic: Images with glowing ends
- Replies: 15
- Views: 26529
Re: Images with glowing ends
https://drive.google.com/folderview?id=0B3qrpuwM39vmaXdrQm55TUd0LTg&usp=sharing See Image1.jpg It has the glowing edges. A image1Sharpen.jpg was produced by another guy with another software technique, that I gave up trying to duplicate (not .NET). But notice it also was doing some cropping ...
- 2015-03-30T13:30:49-07:00
- Forum: Magick.NET
- Topic: Images with glowing ends
- Replies: 15
- Views: 26529
Images with glowing ends
How do I tone down the corners, or edges of images. Hot spotting it might sometimes be called. This is specifically caused because of the way these are taken. But cannot be helped. So we want to digitally deal with it. I want to make them more black. However sometimes there can be some detail out ...