Searched defs:rgb_image (Results 1 – 3 of 3) sorted by relevance
180 let rgb_image = image.to_rgb8().into_raw(); in from() localVariable197 let rgb_image = image.to_rgb8().into_raw(); in from() localVariable
459 uint8_t *rgb_image = stbi_load(filename.c_str(), &width, &height, &bpp, 3); in open() local
378 fn rgb_image( in rgb_image() function