链接已复制
3 回复数
Hello,
I would recommend you to take a look at IPP sample package (which is separate download available from IPP main page). Within this sample package you will find a number of IPP image codecs, for example, JPEG compression is available through well known libjpeg API, old Intel JPEG library API and new UIC (unified image codecs) framework.
Regards,
Vladimir
I would recommend you to take a look at IPP sample package (which is separate download available from IPP main page). Within this sample package you will find a number of IPP image codecs, for example, JPEG compression is available through well known libjpeg API, old Intel JPEG library API and new UIC (unified image codecs) framework.
Regards,
Vladimir
Quoting - Vladimir Dudnik (Intel)
Hello,
I would recommend you to take a look at IPP sample package (which is separate download available from IPP main page). Within this sample package you will find a number of IPP image codecs, for example, JPEG compression is available through well known libjpeg API, old Intel JPEG library API and new UIC (unified image codecs) framework.
Regards,
Vladimir
I would recommend you to take a look at IPP sample package (which is separate download available from IPP main page). Within this sample package you will find a number of IPP image codecs, for example, JPEG compression is available through well known libjpeg API, old Intel JPEG library API and new UIC (unified image codecs) framework.
Regards,
Vladimir
Hello,
I used some of the code supplied from the sample,now I can jpeg compress the raw input but the produced image has
wrong color (it consists of one color) while the original has RGB color.
any idea of what's going on ?
I used setsource ,setsparam,setDestination,writeheader and writedata) methods from jpegenf file..
thanks
Amr
