- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have an image in memorythat is sourced inaRGB format and I need use some of the functionality in IPP. However, I do not see an efficient way to covert between aRGB of my imageto RGB0 formatused by IPPwithout exporting from my aRGB image to a file and then re-importing into IPP.
After looking at the help files for IPP, there does not seem to be another way to do it. Are there any suggestions?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ippiSwapChannels_8u_C4IR
- or do you mean Adobe RGB? Then you need ICC processing which isn't part of IPP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That looks like I might be able to get it to work, but it I'm not sure. I'm not understanding the documentation well.
However, you gave me an idea to wonder if I could do this with a shift. After downloading another help file, I found ippsLShiftC_32s_I function. If I run this shift 32bits left for 8 bits, I should get the pattern I need.
Thnaks for suggestion.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Use ippiCopy_8u_AC4C3R, refer to ippiman.pdf, refer to Image Data Exchange and Initialization Functions
http://software.intel.com/sites/products/documentation/hpc/ipp/pdf/ippiman.pdf
Regards,
Naveen Gv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Tom,
You have received the best answer from Naveen Gv (Intel).
For additional information, I have an extended discussion with Artem Vorobiev (Intel) please read this thread:(ippiYCbCr444ToYCbCr420_8u_C2P3R) is there any? + Y211)
URL: http://software.intel.com/en-us/forums/showthread.php?t=71620&o=d&s=lr
Regards,
Tamer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for update, that is sort of what I was wondering. I think I'm going to go with shift/swap channels, then copy in final program.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page