DMI Icon Info |
|
Retrieve extra information about a DMI file--directions, delays, movement, ect--with this handy DLL [More] |
To download this library for your Linux/Mac installation, enter this on your command line:
DreamDownload byond://DarkCampainger.DMIIconInfo##version=2 Emulator users, in the BYOND pager go to File | Open Location and enter this URL:byond://DarkCampainger.DMIIconInfo##version=2 |
This library is a wrapper around a DLL that parses the zTXt chunk of DMI files to gain access to additional information not otherwise available (currently).
It can access the following attributes:
Usage is simple, and a demo is included. If you find any DMI files that don't work, please let me know. ////////////////////////
|
Stephen001: (Jun 22 2012, 4:11 am)
That happens to have approximately zero to do with this particular library, I'm afraid, which is all about programmatic access to DMI information in DM.
Multiverse7: (Jun 22 2012, 2:58 am)
I still think it would be nice to have a GIMP plugin that can properly import and export DMI files, so that you could do editing there instead, without having to use Dream Maker as a go-between.
DarkCampainger: (Jun 4 2012, 10:01 am)
I use libpng / zlib to read the files. It's a bit overkill just for reading the zTXt chunk, but I already had most of the code from my lighting generator and I was in a hurry.
Murrawhip: (Jun 4 2012, 9:09 am)
DarkCampainger wrote:
Regardless, I guess others might find it useful if they want to write their own DMI processors/writers, but don't know where to start. That's pretty well what I want it for - I managed to get the zTxt chunks, but gave up before deflating it because my code was convoluted to all hell. I figured it'd be nice to see how someone else managed it. DarkCampainger: (Jun 4 2012, 12:21 am)
Murrawhip wrote:
Would you mind releasing the source for the DLL? I'd to take a look at it/make an SO. Once I clean it up and add some actual error handling, I'll think about uploading the source. Even then, it won't be pretty. Regardless, I guess others might find it useful if they want to write their own DMI processors/writers, but don't know where to start. |
Copyright © 2025 BYOND Software.
All rights reserved.