-
-
Notifications
You must be signed in to change notification settings - Fork 0
Module_ImageFileConvert
Charles edited this page Aug 5, 2026
·
10 revisions
| Component | Section | 32-bit | 64-bit | Claimant | Source | Repo summary |
|---|---|---|---|---|---|---|
| ImageFileConvert | ROM modules | - | not built in repo, not tested in repo |
| Functionality | Commands | SWIs | Uses Services | TOTAL |
|---|---|---|---|---|
| 50.00% | 50.00% | 50.00% | 50.00% | 50.00% |
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.
- Has services
- Has services fast
- Has swis
- Is c
- Uses dynamic area
- Uses image conversion
| In 32bit | In 64 bit | Interface |
|---|---|---|
| ✅ | 🔲 | Image rendering |
| In 32bit | In 64 bit | Interface |
|---|---|---|
| ✅ | 🔲 | *ImageFileConverters |
| In 32bit | In 64 bit | Interface |
|---|---|---|
| ✅ | 🔲 |
ImageFileConvert_Convert (&56840) |
| ✅ | 🔲 |
ImageFileConvert_MiscOp (&56841) |
| ✅ | 🔲 |
ImageFileConvert_ConverterInfo (&56842) |
| ✅ | 🔲 |
ImageFileConvert_Register (&56843) |
| ✅ | 🔲 |
ImageFileConvert_Deregister (&56844) |
| ✅ | 🔲 |
ImageFileConvert_EnumerateConverters (&56845) |
None
None
None
None
| In 32bit | In 64 bit | Interface |
|---|---|---|
| ✅ | 🔲 | Service_ImageFileConvert_ConverterChanged |
| ✅ | 🔲 | Service_ImageFileConvert_Dying |
| ✅ | 🔲 | Service_ImageFileConvert_Started |
None
None
None
ImageFileConvertImageFileRenderMessageTransSharedCLibrary


