Skip to content

Module_ImageFileConvert

Charles edited this page Aug 5, 2026 · 10 revisions

Module: ImageFileConvert

Status summary

Component Section 32-bit 64-bit Claimant Source Repo summary
ImageFileConvert ROM modules - not built in repo, not tested in repo

Development status

Diagram from Module_ImageFileConvert

Completeness

Functionality Commands SWIs Uses Services TOTAL
50.00% 50.00% 50.00% 50.00% 50.00%

Summary

ImageFileConvert is the companion pluggable image-converter registry. It lets converter modules register their formats and lets callers convert/enumerate/query converters through one API; it tracks ImageFileRender lifetime because conversion can require rendering support.

Relationships

Diagram from Module_ImageFileConvert

Diagram from Module_ImageFileConvert

Discovered features

  • Has services
  • Has services fast
  • Has swis
  • Is c
  • Uses dynamic area
  • Uses image conversion

Provides

Functionality

In 32bit In 64 bit Interface
🔲 Image rendering

Commands

In 32bit In 64 bit Interface
🔲 *ImageFileConverters

SWIs

In 32bit In 64 bit Interface
🔲 ImageFileConvert_Convert (&56840)
🔲 ImageFileConvert_MiscOp (&56841)
🔲 ImageFileConvert_ConverterInfo (&56842)
🔲 ImageFileConvert_Register (&56843)
🔲 ImageFileConvert_Deregister (&56844)
🔲 ImageFileConvert_EnumerateConverters (&56845)

Services

None

Vectors

None

Events

None

UpCalls

None


Issues calls to

Services

In 32bit In 64 bit Interface
🔲 Service_ImageFileConvert_ConverterChanged
🔲 Service_ImageFileConvert_Dying
🔲 Service_ImageFileConvert_Started

Vectors

None

Events

None

UpCalls

None

Modules

  • ImageFileConvert
  • ImageFileRender
  • MessageTrans
  • SharedCLibrary

Clone this wiki locally