- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I need to use intel IPP to jpeg compress raw data ? is that possible under IPP ? also any example
can help start implementing this ?
for the raw data I know the width and height and it's RGB.
Thanks
Amr
I need to use intel IPP to jpeg compress raw data ? is that possible under IPP ? also any example
can help start implementing this ?
for the raw data I know the width and height and it's RGB.
Thanks
Amr
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think it also important how do you use all these setSource, SetParams, SetDestination.. Having no look at this it is difficult to get any idea of what is going wrong.
Vladimir
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page