- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
imageCn.ColorSpec().DataRange().SetAsRange16u(1 << (image.Precision()-1));
Should be
imageCn.ColorSpec().DataRange().SetAsRange16u((1 << (image.Precision()-1)) - 1);
Should be
imageCn.ColorSpec().DataRange().SetAsRange16u((1 << (image.Precision()-1)) - 1);
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yes, it seems you are perfectly right. it should be fixed.
--Gennady
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, please check the latest update 7 ( intel IPP 7.0 Update7) released recently. The problem you reported has been fixed in this update.Please let us know how it works on your side.See here the official announcement of this release.
/Gennady
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm sure it was fixed. Thanks!!
Bell
Bell

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