i need to create an edges pixel map using some BIG images and the txt: output takes a lot of time to write the file.
What i'm doing now is to convert the image with
Code: Select all
convert in.png -alpha extract -edge 1 out.png
Code: Select all
convert out.png txt: | ...
So is there a way for a FAST edges-only pixel mapping on BIG images ?
Really thank's