|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Mon Dec 19, 2005 5:22 am
bmp filetype script? |
Vent looking for some sort of SCRIPT compatible script for bmp file editing. Idealy functioncall x y color
I just noticed there is a #IM filename.bmp.
This is great as now I can script to have popup graphical maps etc.
Now I'm looking on a way to
1) #IM - close the graphic file
2) modify the bmp file
3) #IM filename.bmp - to reload the bmp with changes.
Anyone have any ideas? Googling the past 40 minutes hasnt given me anything I know what to do with. |
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Mon Dec 19, 2005 5:35 am |
Could I use something like:
Code: |
#FILE 6 rec.fil
#WRI 6 {this is record 3} 3
writes the string as the third record in file 6.
|
Or could I use a record file to store a text map? Been ages since I've worked with files at the low level so bear my cluenessless. |
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Fri Dec 23, 2005 12:53 am |
The solution to this has to be a known entity. I would think this kid of manipulation is 3 courses after "hello world".
Can anyone point me a code snippet that manipulates BMP files that I can use in a SCRIPT or MSS zMud code? |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
|
|