Searched refs:temp_info (Results 1 – 1 of 1) sorted by relevance
166 ImageInfo* temp_info=AcquireImageInfo(); in ReadJXLImage() local167 SetImageInfoBlob(temp_info,b.data,b.size); in ReadJXLImage()168 result=BlobToImage(temp_info,b.data,b.size,exception); in ReadJXLImage()169 (void) DestroyImageInfo(temp_info); in ReadJXLImage()280 *temp_info; in WriteJXLImage() local301 temp_info=AcquireImageInfo(); in WriteJXLImage()303 jpeg=ImageToBlob(temp_info,temp_image,&jpegsize,exception); in WriteJXLImage()305 (void) DestroyImageInfo(temp_info); in WriteJXLImage()