Search found 5 matches

by Hal300
2018-01-23T14:47:43-07:00
Forum: Users
Topic: Less outputs?
Replies: 4
Views: 3520

Re: Less outputs?

Thank you Bonzo. Completely forgot I could do that. Now it works perfectly.
by Hal300
2018-01-23T14:06:01-07:00
Forum: Users
Topic: Less outputs?
Replies: 4
Views: 3520

Re: Less outputs?

Sorry, I should of been more clear. I each direction my stepper motor is able to move 200 steps as it has a step angle of 1.8 degrees. I want to move the object left and right so the object can move 200 steps left and 200 steps back to the right. Same with it moving upwards and downwards. 200 steps ...
by Hal300
2018-01-23T11:41:18-07:00
Forum: Users
Topic: Less outputs?
Replies: 4
Views: 3520

Less outputs?

I am trying to convert an image (black and white for now) into coordinates (x and y). I am using the command "convert image.png -threshold 50% txt:". Currently, whatever image I convert IM replies with around 640k sets of coordinates (800 in the x axis and 800 in the y axis). I need to sen...
by Hal300
2018-01-23T03:56:19-07:00
Forum: Users
Topic: Seperating each output onto a new line
Replies: 4
Views: 2763

Re: Seperating each output onto a new line

Hi fmw42. Thank you for the help but I should of specified before hand. I am using Windows 7 and when I tried using 'tr' it gave me an error. Is there any other solution available?
by Hal300
2018-01-22T23:17:16-07:00
Forum: Users
Topic: Seperating each output onto a new line
Replies: 4
Views: 2763

Seperating each output onto a new line

Hi. I'm using ImageMagick-7.0.7-22-Q16-x64-dll.exe to convert an image into it's coordinates form. I managed to convert it correctly but I am having a few issues. Firstly, all the coordinates are being output to the command window in one line. What is the command line text that I need to add so that...