Hi all, I tried to use QuantizeImage to reduce the gif-image's color, and found that as I increase the load (using LoadRunner),the CPU keeps raising until it gets 94%,here is my code below, QuantizeInfo *q_info = AcquireQuantizeInfo( image_info ); unsigned long colors = q_info->number_colors; ...