Search found 16 matches
- 2019-03-07T01:42:54-07:00
- Forum: Users
- Topic: Help getting simple command to run
- Replies: 5
- Views: 4082
Re: Help getting simple command to run
If I may ask (for a Win 10 setup on the IM version I posted above) - is there anything I could do in the command line to get these results or similar? I am not picky but it is too much of a blue hue and I can't seem to find anything in the online documentation that might help with this, besides ...
- 2019-03-05T23:11:40-07:00
- Forum: Users
- Topic: Help getting simple command to run
- Replies: 5
- Views: 4082
Help getting simple command to run
Greetings, I am using : 7.0.7-35 Q16 x64 2018-05-21 on Windows 10. I found this page for autocoloring (http://www.fmwconcepts.com/imagemagick/autocolor/index.php)... But no matter what I do, I can't get the script to run. I have tried the following commands in several forms : magick convert ...
- 2019-02-18T02:31:07-07:00
- Forum: Users
- Topic: Blurring huge images/processing time
- Replies: 1
- Views: 2168
Blurring huge images/processing time
Hello all, I am working on weather data on Windows 10 (7.0.7-35 Q16 x64 2018-05-21). This is part of a web based severe weather analysis app I am developing. One of my files is a large (approx 12,000x10,000 pixel) .GIF image. It is very blocky when overlaid on my map because of the nature of the ...
- 2018-09-20T19:48:26-07:00
- Forum: Users
- Topic: Getting the color of a pixel
- Replies: 17
- Views: 14662
Re: Getting the color of a pixel
Thanks, guys! You all rock!
It's nice to learn as I move along. I am so much more comfortable using IM than I was 3 months ago because of community help.
It's nice to learn as I move along. I am so much more comfortable using IM than I was 3 months ago because of community help.
- 2018-09-19T15:05:35-07:00
- Forum: Users
- Topic: Getting the color of a pixel
- Replies: 17
- Views: 14662
Re: Getting the color of a pixel
That worked! Output is "4BCB2AFF". How do I get this into the next command? My command should be - magick KEWX_L2_VEL_colorized.gif -transparent #4BCB2AFF KEWX_L2_VEL_colorized.gif This works when I manually type it, but I should be able to inject the variable in there to automate it somehow. I can ...
- 2018-09-19T14:22:00-07:00
- Forum: Users
- Topic: Getting the color of a pixel
- Replies: 17
- Views: 14662
Re: Getting the color of a pixel
It does not work. My command is exactly as follows (I used notepad to save it as a batch file and ran it): magick KEWX_L2_VEL_colorized.gif -format %[hex:p{0,3769}] info: When I launch it in the windows 10 command prompt, the command seems to be different than what I actually told it to do ...
- 2018-09-19T04:51:54-07:00
- Forum: Users
- Topic: Getting the color of a pixel
- Replies: 17
- Views: 14662
Re: Getting the color of a pixel
Ah, I had edited my post to let you know I am using the windows command line, but I think it was slow to update the edit. I am still struggling to get this working. What is the name of the variable in the command you showed me? Am I thinking too hard?
- 2018-09-19T04:32:47-07:00
- Forum: Users
- Topic: Getting the color of a pixel
- Replies: 17
- Views: 14662
Re: Getting the color of a pixel
Okay, forgive my lack of skills here as I am trying to follow along, it's a new command for me. My filename is "KEWX_L2_VEL_colorized.gif" and the height is 3770px. So my command was : magick KEWX_L2_VEL_colorized.gif -format p{0,3769}] info: It returned : p{0,3769}] I was expecting a hex value. Can ...
- 2018-09-19T00:49:00-07:00
- Forum: Users
- Topic: Getting the color of a pixel
- Replies: 17
- Views: 14662
Re: Getting the color of a pixel
Disregard this reply, I had trouble with my internet connection. I edited my question above. I still need help.
- 2018-09-19T00:38:16-07:00
- Forum: Users
- Topic: Getting the color of a pixel
- Replies: 17
- Views: 14662
Getting the color of a pixel
I am working with weather data - this is "super resolution" doppler wind velocity data. My data exporter writes geo-TIFs and colorizes them, but sometimes (for an unknown reason) it fills in the background of the image with a random color from the color table it uses.( In this case, bright green ...
- 2018-08-15T05:46:15-07:00
- Forum: Users
- Topic: Advice on Black and White to Color Composite
- Replies: 3
- Views: 2921
Re: Advice on Black and White to Color Composite
Thanks again. Because of your guidance I was able to go back and put the finishing touches on this. I simply reduced the saturation for a more natural look. Before/After. You rock.
- 2018-08-15T05:30:30-07:00
- Forum: Users
- Topic: Advice on Black and White to Color Composite
- Replies: 3
- Views: 2921
Re: Advice on Black and White to Color Composite
Thank you! The -auto-level made a huge difference too.
IM is the best tool I have ever come across. I love this place.
IM is the best tool I have ever come across. I love this place.
- 2018-08-14T22:05:26-07:00
- Forum: Users
- Topic: Advice on Black and White to Color Composite
- Replies: 3
- Views: 2921
Advice on Black and White to Color Composite
I am working on satellite data and making color images from 3 black and white base images representing RGB. I am still very much a noob with IM, so it's a little tricky for me to do advanced things like this and end up with the result needed. The weather satellite (GOES-16) has many channels of data ...
- 2018-07-01T05:34:11-07:00
- Forum: Users
- Topic: Can't Resize/Sample from 999 to 1000 pixels
- Replies: 2
- Views: 2304
Re: Can't Resize/Sample from 999 to 1000 pixels
Thank you! This worked!
- 2018-07-01T03:59:19-07:00
- Forum: Users
- Topic: Can't Resize/Sample from 999 to 1000 pixels
- Replies: 2
- Views: 2304
Can't Resize/Sample from 999 to 1000 pixels
Greetings, I know this is a simple question but I cannot find an answer after about 30 minutes of reading the manual. I have a 1000x999 image that I would like to resample to 1000x1000. It seems I can't do this for some reason. I read about the distort method, is that what I should be using? If so ...