-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse the Resource Description Chunk #50
Comments
Hm... (Reviewing what the heck was going on here...) One way to wire all this together is for GlkOte to have a resource map already set up, with URLs and alt texts ready to go. Then RemGlk just sends over image numbers and GlkOte handles the rest. Of course RemGlk can send URLs (that's the point of the I see there's a field defined in |
I'd just been going off the GlkOte docs, where the alttext is part of the protocol. https://eblong.com/zarf/glk/glkote/docs.html#imagedata TBH I don't really mind what you do here now as I've basically switched to my RemGlk port. |
Ok. I suspect the protocol doc should be clearer about what fields are optional and when. |
I only just noticed, but it looks like gi_blorb.c doesn't use the RDes chunk.
The text was updated successfully, but these errors were encountered: