|
Lynkeos
|
Private methods. More...
Instance Methods | |
| (void) | - stackPlane:fromImage: |
| Stacks one color plane. More... | |
| (void) | - stackPlane:fromImage:withOffset:withExpansion: |
| Stacks one color plane with an image shift. More... | |
| (void) | - stackLRGBfromImage: |
| Stack the plane 0 of the argument image into our luminance channel. More... | |
| (void) | - stackLRGBfromImage:withOffset:withExpansion: |
| Stack the plane 0 of the argument image with a shift into our luminance channel. More... | |
| (void) | - one_thread_process_image: |
| "Shared" multiply method | |
| (void) | - std_image_process:result:processOneLine: |
| Multiply method for strategy "no parallelization". | |
| (void) | - parallel_image_process:result:processOneLine: |
| Multiply method for strategy "parallelize". | |
Private methods.
| - (void) stackLRGBfromImage: | (LynkeosStandardImageBuffer*) | image |
Stack the plane 0 of the argument image into our luminance channel.
| image | The image to add to ourselves |
Both layers are required to have the same size.
References colorValue.
| - (void) stackLRGBfromImage: | (LynkeosStandardImageBuffer*) | image | |
| withOffset: | (NSPoint) | offset | |
| withExpansion: | (u_short) | expand | |
Stack the plane 0 of the argument image with a shift into our luminance channel.
| image | The image to add to ourselves |
| offset | Offset applied to the other image before adding. |
| expand | The pixel expansion factor |
Both layers are required to have the same size.
| - (void) stackPlane: | (u_short) | plane | |
| fromImage: | (LynkeosStandardImageBuffer*) | image | |
Stacks one color plane.
| plane | The color plane to stack |
| image | The image to add to ourselves |
Both layers are required to have the same size.
References colorValue.
| - (void) stackPlane: | (u_short) | plane | |
| fromImage: | (LynkeosStandardImageBuffer*) | image | |
| withOffset: | (NSPoint) | offset | |
| withExpansion: | (u_short) | expand | |
Stacks one color plane with an image shift.
| plane | The color plane to stack |
| image | The image to add to ourselves |
| offset | Offset applied to the other image before adding. |
| expand | The pixel expansion factor |
Add two layers with the required offset. Both layers are required to have the same size, taking the expansion into account.
1.8.4