home *** CD-ROM | disk | FTP | other *** search
/ Inside Multimedia 1996 July / IMM0796.ISO / imm0796.mvb / wwwsld.mvs < prev   
Text File  |  1996-06-04  |  2KB  |  47 lines

  1. ;
  2. ;
  3. CreateFont "Arial" Size = 22
  4. Effect = Random
  5. TextColor = Yellow
  6. TextBkColor = Black
  7. ;Origin = VerCenter,HorCenter
  8. Align = Center
  9. LoadPalette  "!palette.bmp"
  10.  
  11.  
  12. ShowBitmap "!www-graf.bmp" Origin = VerCenter,HorCenter
  13. ShowText "Gegenⁿber der Originalvorlage kommt es beim GIF-Format mit 256 Farben zu leichten Verlusten der FarbintensitΣt und -brillanz" Origin = Bottom,HorCenter
  14. Wait 4
  15.  
  16. ShowBitmap "!gr1.bmp" Origin = VerCenter,HorCenter
  17. ShowText "Hier eine Ausschnittvergr÷▀erung aus dem 24-Bit-Bild..." Origin = Bottom,HorCenter
  18. Wait 4
  19.  
  20. ShowBitmap "!gr2.bmp" Origin = VerCenter,HorCenter
  21. ShowText "... und hier zum Vergleich eine aus dem 8-Bit-Bild" Origin = Bottom,HorCenter
  22. Wait 4
  23.  
  24. ShowBitmap "!j100.bmp" Origin = VerCenter,HorCenter
  25. ShowText "Beim JPEG-Format k÷nnen Sie unterschiedliche Kompressionsraten einstellen. Erst bei hohen Raten ergeben sich sichtbare QualitΣtsverluste. KompressionsverhΣltnis 3,5:1 ..." Origin = Bottom,HorCenter
  26. Wait 4
  27.  
  28. ShowBitmap "!j050.bmp" Origin = VerCenter,HorCenter
  29. ShowText "... 15:1 ..." Origin = Bottom,HorCenter
  30. Wait 4
  31.  
  32. ShowBitmap "!j025.bmp" Origin = VerCenter,HorCenter
  33. ShowText "... 30:1 ..." Origin = Bottom,HorCenter
  34. Wait 4
  35.  
  36. ShowBitmap "!j010.bmp" Origin = VerCenter,HorCenter
  37. ShowText "... 50:1 ..." Origin = Bottom,HorCenter
  38. Wait 4
  39.  
  40. ShowBitmap "!j005.bmp" Origin = VerCenter,HorCenter
  41. ShowText "... und 80:1 " Origin = Bottom,HorCenter
  42. Wait 4
  43.  
  44. ShowBitmap "!bw.bmp" Origin = VerCenter,HorCenter
  45. ShowText "Bei Grafiken mit hohen Kontrasten, etwa Cartoons, kommt es bei JPEG zu sichtbaren Verwischungen (links) " Origin = Bottom,HorCenter
  46. Wait 4
  47.