Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window

Ignore:
Timestamp:
03/05/09 12:45:14 (3 years ago)
Author:
alex
Message:

adressed wrong text position on line. bug in my code was revealed through fixedLineSpace bug in D11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lingosource/castlib2/ImageUtilityScripts.ls

    r97 r101  
    305305  if ft = 32 then 
    306306    maske = img.extractalpha() 
    307     maskImg = image(breite, hoehe, 32) -- 32 bit is twice as fast on the mac ???!!! and can be used as mask also 
     307    maskImg = image(breite, hoehe, 8, #grayscale) -- 32 bit is twice as fast on the mac ???!!! and can be used as mask also 
    308308    usemask = 1 
    309309  else 
     
    311311  end if 
    312312   
    313   tempImg = image(breite, hoehe, origft, img.usealpha, img.paletteref) 
     313  tempImg = image(breite, hoehe, origft, 0, img.paletteref) 
    314314  if usemask then img.useAlpha = 0 
    315315   
Note: See TracChangeset for help on using the changeset viewer.