Search found 23 matches

by PandoraBox
2015-03-21T11:05:03-07:00
Forum: Users
Topic: Trying to colorize png
Replies: 3
Views: 3634

Re: Trying to colorize png

From the section : http://www.imagemagick.org/Usage/color_mods/#modulate_hue I edited the lines to fit your image that was uploaded. convert YPuLOBp.png -modulate 100,100,0 YPuLOBp_mod_hue_0.png convert YPuLOBp.png -modulate 100,100,33.3 YPuLOBp_mod_hue_33.png convert YPuLOBp.png -modulate 100,100,6...
by PandoraBox
2015-03-21T06:13:56-07:00
Forum: Users
Topic: How can I make a white grid.
Replies: 5
Views: 7424

How can I make a white grid.

Hello Everyone, Lets say I have my image. ***** ***** All pixels are together. 5x3 grid ***** What I would like to do I know crop can cut to 1x1 pixels however I'm trying to figure out on how to recombine to give me * * * * * * * * * * Split 10x6 grid * * * * * Spaces besides each pixel and under th...
by PandoraBox
2015-03-20T01:39:02-07:00
Forum: Users
Topic: Split to RGB and then to individual colors
Replies: 5
Views: 6975

Re: Split to RGB and then to individual colors

Thanks that's exactly it I've just tested it out with a for loop and works like a charm.

I was complicating things for nothing this information will help me greatly, I know that it's a brute force method however it's not a system hog method so I have no issues with it.
by PandoraBox
2015-03-20T00:49:35-07:00
Forum: Users
Topic: Split to RGB and then to individual colors
Replies: 5
Views: 6975

Re: Split to RGB and then to individual colors

@snibgo First thank you so much for your quick answer was driving me crazy. For the second part what I need to do is to take each individual color of each of the split rgb to get all 256 split channels for each of the 3 colors. So if I have a pixel at 1,1 and it's with red 2,0,0 I just want to save ...
by PandoraBox
2015-03-19T12:04:03-07:00
Forum: Users
Topic: Split to RGB and then to individual colors
Replies: 5
Views: 6975

Re: Split to RGB and then to individual colors

Also forgot to mention I get this to work I'll be donating 30-50% of all profits to the imagemagick foundation as if I can pull this off I might be able to kill off ugly emoji's

;-)
by PandoraBox
2015-03-19T10:14:40-07:00
Forum: Users
Topic: Split to RGB and then to individual colors
Replies: 5
Views: 6975

Split to RGB and then to individual colors

Hello everyone, Woke up this morning with a crazy idea that I'm trying to figure out on how to do. What I am trying to do is to split a image into RGB but as in 1,0,0 not as grayscale but as in the actual red color channel shown as red variations then I want to be able to split the red into 256 imag...
by PandoraBox
2011-04-11T17:38:55-07:00
Forum: Developers
Topic: 4x4 Image Montage Generator for Windows DOS
Replies: 2
Views: 8520

Re: 4x4 Image Montage Generator for Windows DOS

@fmw42 Actually I'll get a page setup with examples on the outputs that can be made but I'll do better than that I'll convert this dos batch file into a BASH script shouldn't be too hard to do... as I know your scripts on your site are all in that format I'll try and get everything done within the n...
by PandoraBox
2011-04-11T15:42:18-07:00
Forum: Developers
Topic: 4x4 Image Montage Generator for Windows DOS
Replies: 2
Views: 8520

4x4 Image Montage Generator for Windows DOS

New to the forum gotta say "WOW" amazing program and I was having fun with some old dos tricks and I thought I should share this one. (Dunno if this is the right Message Board to post this in please move the Subject should it not be in the right place). This script as it is will create a d...