forked from KolibriOS/kolibrios
libimg:
introduce img.convert + example update tga decoder img.to_rgb and img.to_rgb2 are deprecated git-svn-id: svn://kolibrios.org@3055 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -75,8 +75,8 @@ START:
|
||||
dec ecx
|
||||
jnz @b
|
||||
|
||||
stdcall [img.encode], [image_to_rgb2], (LIBIMG_FORMAT_ID_PNM), 0
|
||||
; stdcall [img.encode], [image_initial], (LIBIMG_FORMAT_ID_PNM), 0
|
||||
stdcall [img.encode], [image_to_rgb2], (LIBIMG_FORMAT_PNM), 0
|
||||
; stdcall [img.encode], [image_initial], (LIBIMG_FORMAT_PNM), 0
|
||||
test eax, eax
|
||||
jz exit
|
||||
mov [encoded_file], eax
|
||||
|
||||
Reference in New Issue
Block a user