目录1. 项目概述2. 背景与相关技术解析2.1 图片压缩的意义与应用场景2.2 android 图片处理基础与 Bitmap 概述2.3 BitmapFactory.Options 与 inSampleSize 的作用2.4 Bitmap.compress() 方法及图片编码3. 项目需求与实
Basically I want two mix two colours color1 and color2. Since simple calculation\'s bring up stuff like blue+yellow = grey ((color1.r + color2.r)/2 etc) i did some research and found that apparently m