Package cloud.opencode.base.image.buffer
package cloud.opencode.base.image.buffer
Reusable output buffer utilities for image operators.
图像算子可复用输出缓冲工具。
Provides ImageBuffers (allocation
helpers) and PingPongBufferPool
(two-slot pool for pipeline chains) so that operators accepting a
dst parameter can avoid per-call allocation.
提供 ImageBuffers(分配辅助)与
PingPongBufferPool(管线双槽池),
让接收 dst 参数的算子避免每次调用分配。
- Since:
- JDK 25, opencode-base-image V1.0.4
-
ClassesClassDescriptionOutput buffer factory and validator for reusable image operators.Two-slot Raster buffer pool for pipeline-style operator chains.