Subversion Repositories Kolibri OS

Rev

Rev 3014 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3014 Rev 3055
Line 73... Line 73...
73
	not	al
73
	not	al
74
	stosb
74
	stosb
75
	dec	ecx
75
	dec	ecx
76
	jnz	@b
76
	jnz	@b
Line 77... Line 77...
77
 
77
 
78
	stdcall	[img.encode], [image_to_rgb2], (LIBIMG_FORMAT_ID_PNM), 0
78
	stdcall	[img.encode], [image_to_rgb2], (LIBIMG_FORMAT_PNM), 0
79
;	stdcall	[img.encode], [image_initial], (LIBIMG_FORMAT_ID_PNM), 0
79
;	stdcall	[img.encode], [image_initial], (LIBIMG_FORMAT_PNM), 0
80
	test	eax, eax
80
	test	eax, eax
81
	jz	exit
81
	jz	exit
82
	mov	[encoded_file], eax
82
	mov	[encoded_file], eax