PROBLEMS.TEX
上传用户:wep9318
上传日期:2007-01-07
资源大小:893k
文件大小:1k
源码类别:

图片显示

开发平台:

Visual C++

  1. chapter{Problems and To-Do List}label{problems}
  2. setheader{{it CHAPTER thechapter}}{}{}{}{}{{it CHAPTER thechapter}}%
  3. setfooter{thepage}{}{}{}{}{thepage}%
  4. There is no GIF writing code.
  5. There should be a CIMAGE_FORMAT_BMP_RESOURCE type, to load bitmaps
  6. from a resource, getting the palette.
  7. When saving a BMP file, the palette in the DIB is changed to DIB_RGB_COLORS with
  8. DibSetUsage, so in the demo example, when the window is refeshed after a save, the
  9. colours are all wrong. I can't find a combination that will work. The saved
  10. file seems to be OK when using DIB_RGB_COLORS, and not when using DIB_PAL_COLORS;
  11. the reverse is true for the currently displayed image.
  12. Can't yet set JPEG compression attributes.
  13. Demo could do with a Properties menu item.
  14. In the demo, you have to type in the extension into the Save As dialog;
  15. it should really set the extension when you select a new type from the
  16. combobox. However, this requires some extra fiddling, which Microsoft
  17. didn't deem worthwhile in WordPad...