summaryrefslogtreecommitdiff
path: root/plugins/AdvaImg/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/AdvaImg/src/main.cpp')
-rw-r--r--plugins/AdvaImg/src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/AdvaImg/src/main.cpp b/plugins/AdvaImg/src/main.cpp
index 4fcd79905f..542c3c0dee 100644
--- a/plugins/AdvaImg/src/main.cpp
+++ b/plugins/AdvaImg/src/main.cpp
@@ -1193,6 +1193,8 @@ static int IMGSERVICE_Load()
{
FI_Populate();
+ CreateServiceFunction(MS_DIB2PNG, serviceDib2Png);
+ CreateServiceFunction(MS_PNG2DIB, servicePng2Dib);
CreateServiceFunction(MS_IMG_GETINTERFACE, serviceGetInterface);
CreateServiceFunction(MS_IMG_LOAD, serviceLoad);
CreateServiceFunction(MS_IMG_LOADFROMMEM, serviceLoadFromMem);