Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
UppHub
Status & Roadmap
FAQ
Authors & License
Forums
Funding U++
Search on this site











SourceForge.net Logo

SourceForge.net Logo

GitHub Logo

Discord Logo

ImageEncoder

 

class ImageEncoder : public RasterEncoder

This RasterEncoder derived class encodes scanlines to produce regular Image as result.

 

 

Public Method List

 

operator const RGBA *()

Returns a pointer to the array of pixels of Image.

 


 

operator Image()

Returns the resulting Image. Should only be called after all scanlines (according to requested Image size) are completed.

 

 

Do you want to contribute?