Well, I noticed some people complaining about the grueling process of figuring out the coordinates of a system on their map, without using a graphical thing like MC or EVNEW (especially on Windows).
Now, when graphical system editors run rampant, this utility will probably be mostly obsolete. But, for now, it could be useful.
Anyhow, I decided to make a Perl script that uses GD.pm to do this. here's how it works:
The user makes a PNG image containing a background of any color except pure blue (RGB 0,0,255) or pure red (RGB 255,0,0). They make a pure red, single pixel dot that represents the center of the universe. THen they make pure blue, single pixel dots that represent systems, however many they want. Finally, they run it through the script, which tells them, from top-left to bottom-right, the coordinates of each system.
My question, as implied by the topic title, is if anyone would be interested in this, or if I'm wasting my time.
So far, I've installed GD.pm, and can successfully create an image in the script, which I can read the pixel colors of. I've planned how I would make the utility, but I don't want to spend my time on something nobody will ever use.
------------------
The programmer's code of entomology: there's always another bug.
There are 10 types of people in the world: those who understand binary and those who have friends.
Windows users: stop asking for plugins. (url="http://"http://www.aznt.com/EVN/EVNEW/")Make one yourself.(/url)
(url="http://"http://www.cwssoftware.com")Sephil Saga Website(/url) | (url="http://"http://www.evula.org/infernostudios/search.html")Add-ons Search Engine(/url)
(This message has been edited by orcaloverbri9 (edited 05-13-2004).)