Message 1 of 3
Probleme with slide dimensions in DCL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
As shown in the picture, even I use reels dimensions of my slide "(dimx_tile & dimy_tile ); the image is soo small !!
My DCL code:
: image { key = "MS"; height = 30; fixed_height = true; width = 60; fixed_width = true; color = 0; aspect_ratio = 1;
is_enabled = false; is_tab_stop = false; }
My lisp:
///
(start_image "MS")
(slide_image 0 0 (- (dimx_tile "MS") 0) (- (dimy_tile "MS") 0) Fil) ; (dimx_tile "MS") should be in Pixels
(end_image)
///
Any idea !!