Search found 30 matches

by RyanBram
2014-02-10T11:59:45-07:00
Forum: Users
Topic: Remove background color????
Replies: 9
Views: 23328

Re: Remove background color????

Sorry for my mistake.
I am not aware if reviving old thread even though related to the topic is against forum rules.
I'll be more careful next time.
by RyanBram
2014-02-10T06:11:34-07:00
Forum: Users
Topic: Remove background color????
Replies: 9
Views: 23328

Re: Remove background color????

How to tell ImageMagick to automatically choose the color from top-left pixel as transparent color.
In http://www.imagemagick.org/script/comma ... ransparent , and http://www.imagemagick.org/script/comma ... s.php#fill I don't see such argument

Regards.
by RyanBram
2014-02-09T11:13:44-07:00
Forum: Users
Topic: [SOLVED] Combining two sets of images into third set
Replies: 5
Views: 6072

Re: Combining two sets of images into third set

It works. Thank you very much, Snibgo.

Problem Solved. (I don't know how to mark problem as solved)
by RyanBram
2014-02-09T11:00:29-07:00
Forum: Users
Topic: [SOLVED] Combining two sets of images into third set
Replies: 5
Views: 6072

Re: Combining two sets of images into third set

for %%a in ("%~d0%~p0Original\*.*") do ( for %%b in ("%~d0%~p0Mask\*.png") do ( "%~d0%~p0bin\imagemagick\convert" "%%a" ( "%%b" -negate ) -alpha off -compose copy-opacity -composite "%~d0%~p0Result\%%~na%%~nb.png" ) ) That's my script. But...
by RyanBram
2014-02-09T10:23:55-07:00
Forum: Users
Topic: [SOLVED] Combining two sets of images into third set
Replies: 5
Views: 6072

[SOLVED] Combining two sets of images into third set

Let's say, I have two sets of images, in two different folder (directory) First directory contains: A.png ; B.png; C.png Second directory contains: 1.png ; 2.png; 3.png How to combine (composite) those two into third set and become: A1.png; A2.png; A3.png; B1.png; B2.png; B3.png; C1.png; C2.png; C3....
by RyanBram
2014-02-07T17:14:13-07:00
Forum: Fred's Scripts
Topic: How to use ImageMagick's Script
Replies: 3
Views: 16190

Re: How to use ImageMagick's Script

If I install cygwin, will your script work as commandline executable or as batch file?
by RyanBram
2014-02-07T04:30:02-07:00
Forum: Fred's Scripts
Topic: How to use ImageMagick's Script
Replies: 3
Views: 16190

How to use ImageMagick's Script

Sorry for being so stupid.
As an user of ImageMagick for a year (though not really active in forum), I still don't understand how to use ImageMagick Script such as provided by Fred?

Usually, I am always store my ImageMagick Script in .bat format to automatically my task.

Regards.
by RyanBram
2014-02-07T04:17:40-07:00
Forum: Users
Topic: [SOLVED] How to remove image background by using mask?
Replies: 10
Views: 11851

Re: How to remove image background by using mask?

Hooray, amazing. Thanks.
Problem Solved.
by RyanBram
2014-02-06T14:17:34-07:00
Forum: Users
Topic: [SOLVED] How to remove image background by using mask?
Replies: 10
Views: 11851

Re: How to remove image background by using mask?

fmw42 wrote:Increase or decrease the blur value from 1 as desired.
Did you mean -blur 0x1, -blur 0x2, -blur 0x3, ...
or -blur 1x1, -blur 2x1, -blur 3x1, ...
or both.

Sorry for any inconvenience.
by RyanBram
2014-02-06T13:15:35-07:00
Forum: Users
Topic: [SOLVED] How to remove image background by using mask?
Replies: 10
Views: 11851

Re: How to remove image background by using mask?

Not sure what you want? But see background removal at http://www.imagemagick.org/Usage/masking/#bg_remove I want to remove the background, so only the character left. You can make a mask, eg: convert screenshot_1.png screenshot_2.png -compose Difference -composite -fill white +opaque black m.png an...
by RyanBram
2014-02-06T11:54:50-07:00
Forum: Users
Topic: [SOLVED] How to remove image background by using mask?
Replies: 10
Views: 11851

Re: How to remove image background by using mask?

Many thanks for fast reply. It works like charm. http://s12.postimg.cc/bmfhca4n1/Image_Masked.png Is it also possible for ImageMagick to create transparent and semi transparent image with these two pictures: http://s13.postimg.cc/ubwwld853/screenshot_1.png http://s13.postimg.cc/c7tw0qagn/screenshot_...
by RyanBram
2014-02-06T11:28:12-07:00
Forum: Users
Topic: [SOLVED] How to remove image background by using mask?
Replies: 10
Views: 11851

[SOLVED] How to remove image background by using mask?

Hi. I need some help for removing image background using another image as mask. The image is as following: http://s12.postimg.cc/4569x2f3x/Image.png http://s12.postimg.cc/ri4bfkv7h/Mask.png The result that I prefer is the image which also has semi transparent area in each edge, so it will look nice ...
by RyanBram
2013-05-06T00:51:26-07:00
Forum: Digital Image Processing
Topic: Pixel Art Scaling Algorithm
Replies: 19
Views: 102195

Re: Pixel Art Scaling Algorithm

Based on Magick statement in previous post, I think he rewrote -magnify option: For now , we implement the Scale2X algorithm available in ImageMagick 6.8.4-10 Beta by sometime tomorrow with the -magnify option. And because originally -magnify is from the very first IM versions, but just a wrapper ar...
by RyanBram
2013-05-05T08:10:06-07:00
Forum: Digital Image Processing
Topic: Pixel Art Scaling Algorithm
Replies: 19
Views: 102195

Re: Pixel Art Scaling Algorithm

... We might support additional pixel art scaling algorithms in the future with a new option, perhaps -pixel-art-scale type. In the mean-time we need to finish up our work on IMv7 -channel-fx and read / write masks. Thanks for hearing my request. I am more than happy to hear this news. Just for inf...
by RyanBram
2013-03-25T23:30:43-07:00
Forum: Digital Image Processing
Topic: Pixel Art Scaling Algorithm
Replies: 19
Views: 102195

Pixel Art Scaling Algorithm

Hello, Greetings, My name is Ryan. I'm a new ImageMagick user and very impressive about how ImageMagick work. In ImageMagick, there are many image scaling filters that are already implemented. But I hope ImageMagick developers will add some filter called pixel-art scalling algorithm, such as SuperEa...