forked from KolibriOS/kolibrios
From Mario79: updated jpegview
git-svn-id: svn://kolibrios.org@470 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
db5fd1e74a
commit
fd4f9bc59f
@ -167,14 +167,15 @@ set_as_bgr2:
|
|||||||
test ebp,ebp
|
test ebp,ebp
|
||||||
jz .end
|
jz .end
|
||||||
|
|
||||||
mov dword [ebp+draw_ptr],put_chunk_to_bgr
|
|
||||||
call jpeg_display
|
|
||||||
mov eax, 15
|
mov eax, 15
|
||||||
mov ebx, 1
|
mov ebx, 1
|
||||||
mov ecx, [ebp + x_size]
|
mov ecx, [ebp + x_size]
|
||||||
mov edx, [ebp + y_size]
|
mov edx, [ebp + y_size]
|
||||||
int 0x40
|
int 0x40
|
||||||
|
|
||||||
|
mov dword [ebp+draw_ptr],put_chunk_to_bgr
|
||||||
|
call jpeg_display
|
||||||
|
|
||||||
; Stretch the image to fit
|
; Stretch the image to fit
|
||||||
mov eax, 15
|
mov eax, 15
|
||||||
mov ebx, 4
|
mov ebx, 4
|
||||||
|
Loading…
Reference in New Issue
Block a user