- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
do i allocate the same kind of memory structure for..
ippiMalloc_32s_C1_Return = ippiMalloc_32s_C1(W,H,Address(StepBytes))
compared with
This_BIH.This_BIHSize = Size(This_BIH)
This_BIH.This_BIHWidth = W
This_BIH.This_BIHHeight = H
This_BIH.This_BIHPlanes = 1
This_BIH.This_BIHBitCount = 32
This_BIH.This_BIHCompression = 0
This_BIH.This_BIHSizeImage = 0
This_BIH.This_BIHXPelsPerMeter = 0
This_BIH.This_BIHYPelsPerMeter = 0
This_BIH.This_BIHClrUsed = 0
This_BIH.This_BIHWidth = W
This_BIH.This_BIHHeight = H
This_BIH.This_BIHPlanes = 1
This_BIH.This_BIHBitCount = 32
This_BIH.This_BIHCompression = 0
This_BIH.This_BIHSizeImage = 0
This_BIH.This_BIHXPelsPerMeter = 0
This_BIH.This_BIHYPelsPerMeter = 0
This_BIH.This_BIHClrUsed = 0
or is C3 the same as a 32 bits or a AC3 ? (with alpha)
or does ippi just create a whole 32 bits for 1 color of each pixel ?
Menno
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HI,
Pleasetake a look on IPP samples (I recommend you to take a look on ippiSample and JPEGView), some of them work with BMP files, so you probably will find answers on your question.
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am not using visual studio, but clarion,
that is why i ask this in this forum, :-)
thanks,
Menno
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