Thanks again
just last question
is it possibile to revert the output to the text file but just one information to each line?
thanks again
Search found 6 matches
- 2016-08-09T02:22:46-07:00
- Forum: Users
- Topic: Selected conversion from PNG to TXT
- Replies: 12
- Views: 9492
- 2016-08-08T23:11:56-07:00
- Forum: Users
- Topic: Selected conversion from PNG to TXT
- Replies: 12
- Views: 9492
Re: Selected conversion from PNG to TXT
thanks for the reply just some question convert in.png +transparent White sparse-color: is this code write the output to some files? image.png txt:- | grep white i don't think that "grep" is for Windows, i read somewhere to use find, is necessary to declare the output file? thanks again
- 2016-08-08T14:04:07-07:00
- Forum: Users
- Topic: Selected conversion from PNG to TXT
- Replies: 12
- Views: 9492
Re: Selected conversion from PNG to TXT
more easy
if you run -convert c:\image.png c:\image_out.txt
in the text file you will find for each pixel the releated color
but i don0t need all the pixel, just the white pixel
is not an ocr application
i just need to know where are located the white pixels in the image
thanks
if you run -convert c:\image.png c:\image_out.txt
in the text file you will find for each pixel the releated color
but i don0t need all the pixel, just the white pixel
is not an ocr application
i just need to know where are located the white pixels in the image
thanks
- 2016-08-08T13:32:35-07:00
- Forum: Users
- Topic: Selected conversion from PNG to TXT
- Replies: 12
- Views: 9492
Selected conversion from PNG to TXT
Hi i need to convert from PNG to TXT but i don't need to convert all the image i need to know only the information releated to the white pixel i already perform something with a double DO LOOP using another library but it takes some minute (about 5) because the image it's quite big is there some ...
- 2016-07-27T08:22:01-07:00
- Forum: Users
- Topic: Erode Function Memory Limitation
- Replies: 3
- Views: 2446
Re: Erode Function Memory Limitation
thanks
it is working
which is the difference between "map" and "memory"?
thanks again
it is working
which is the difference between "map" and "memory"?
thanks again
- 2016-07-27T02:55:50-07:00
- Forum: Users
- Topic: Erode Function Memory Limitation
- Replies: 3
- Views: 2446
Erode Function Memory Limitation
Hi i'm using ImageMagick to perform the Erode function on a Image i need to limit the memory used by the process during erosion process, due to the memory consuption, i can't do anything else (just wait...) i'm trying to set the policy.xml to use max the 75% of the resource (modifyng the policy.xml ...