Subversion Repositories Kolibri OS

Rev

Rev 2116 | Rev 2188 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2116 Rev 2163
Line 36... Line 36...
36
    de, 'Die Tiefe     ',\
36
    de, 'Die Tiefe     ',\
37
    de, 'Zahl Frames   '
37
    de, 'Zahl Frames   '
38
        db 0
38
        db 0
39
;---------------------------------------------------------------------
39
;---------------------------------------------------------------------
40
Authors_text:
40
Authors_text:
41
.1:	db 'zSea version: 1.00 RC3 Date: 24/08/2011',0
41
.1:	db 'zSea version: 1.00 RC4 Date: 07/09/2011',0
42
.2:	db 'Authors:',0
42
.2:	db 'Authors:',0
43
.3:	db 'Marat Zakiyanov aka Mario(Mario79)',0
43
.3:	db 'Marat Zakiyanov aka Mario(Mario79)',0
44
.4:	db 'zSea program, modules: cnv_bmp.obj,',0
44
.4:	db 'zSea program, modules: cnv_bmp.obj,',0
45
.5:	db 'cnv_png.obj, convert.obj, rotate.obj  ',0
45
.5:	db 'cnv_png.obj, convert.obj, rotate.obj  ',0
46
.6:	db 'scaling.obj, box_lib.obj, OpenDialog',0
46
.6:	db 'scaling.obj, box_lib.obj, OpenDialog',0
Line 196... Line 196...
196
        dd      4500
196
        dd      4500
197
.max:
197
.max:
198
        dd      5000
198
        dd      5000
Line 199... Line 199...
199
 
199
 
-
 
200
zoom_factors_old dd 0
-
 
201
 
-
 
202
;---------------------------------------------------------------------
-
 
203
; not change this section!!!
-
 
204
; start section
-
 
205
;---------------------------------------------------------------------
-
 
206
align 4
-
 
207
crop_image_file     dd 0 ;+0
-
 
208
crop_raw_pointer    dd 0 ;+4
-
 
209
crop_return_code    dd 0 ;+8
-
 
210
crop_img_size       dd 0 ;+12
-
 
211
crop_deflate_unpack dd 0 ;+16
-
 
212
crop_raw_pointer_2  dd 0 ;+20
-
 
213
;---------------------------------------------------------------------
-
 
214
; end section
-
 
215
;---------------------------------------------------------------------
200
zoom_factors_old dd 0
216
 
201
;---------------------------------------------------------------------
217
;---------------------------------------------------------------------
202
; not change this section!!!
218
; not change this section!!!
203
; start section
219
; start section
204
;---------------------------------------------------------------------
220
;---------------------------------------------------------------------
Line 232... Line 248...
232
 
248
 
Line 233... Line 249...
233
background_color dd 0xffffff
249
background_color dd 0xffffff
Line -... Line 250...
-
 
250
 
-
 
251
skin_height	dd 0
-
 
252
 
-
 
253
screen_high	dd 0
-
 
254
screen_width	dd 0
-
 
255
 
-
 
256
stretch_start_coordinates:
-
 
257
.y	dw 0
-
 
258
.x	dw 0
-
 
259
 
-
 
260
screen_relation		dd 0
-
 
261
picture_relation	dd 0
-
 
262
 
234
 
263
stretch_img_high	dd 0
235
skin_height	dd 0
264
stretch_img_width	dd 0
236
 
265
 
237
RAW1_pointer			dd 0
266
RAW1_pointer		dd 0
238
RAW1_size_x				dd 0
267
RAW1_size_x		dd 0
Line 869... Line 898...
869
op_text:
898
op_text:
870
.1 db 'Tiled'
899
.1 db 'Tiled'
871
.e1:
900
.e1:
872
.2 db 'Stretch'
901
.2 db 'Stretch'
873
.e2:
902
.e2:
874
.3 db 'Stretch + V crop'
903
.3 db 'Stretch + Crop'
875
.e3:
904
.e3:
876
.4 db 'Stretch + H crop'
905
.4 db 'Stretch + Inscribe'
877
.e4:
906
.e4:
Line 878... Line 907...
878
 
907
 
Line 879... Line 908...
879
option_group1   dd op1
908
option_group1   dd op1