reduce a size of a big file for rendering

  • 主题发起人 主题发起人 newer
  • 开始时间 开始时间

newer

资深人士
注册
2002-08-06
消息
3,629
荣誉分数
381
声望点数
243
If you send a large size of file (double or float) which is used for rendering, you can transform
all data in byte (between 0-255) since you can
use byte to display them (RGB). In this way,
you can reduce the size of file to 1/4 or 1/8.
 
后退
顶部