forked from KolibriOS/kolibrios
2f2a91947f
Fixed bug in case unused libraries Improved align algorithm Filled kx folder including docs, libs git-svn-id: svn://kolibrios.org@9513 a494cfbc-eb01-0410-851d-a64ba20cac60
20 lines
251 B
Modula-2
20 lines
251 B
Modula-2
LIBRARY libimg.obj
|
|
|
|
EXPORTS
|
|
img_blend
|
|
img_convert
|
|
img_count
|
|
img_create
|
|
img_decode
|
|
img_destroy
|
|
img_destroy_layer
|
|
img_draw
|
|
img_encode
|
|
img_flip
|
|
img_flip_layer
|
|
img_resize_data
|
|
img_rotate
|
|
img_rotate_layer
|
|
img_scale
|
|
img_to_rgb
|
|
img_to_rgb2 |