summaryrefslogtreecommitdiff
path: root/content/handlers/image/png.c
Commit message (Expand)AuthorAgeFilesLines
* Bitmap: Implement test_opaque in core instead of in every frontend.Michael Drake2022-03-291-2/+2
* PNG: Allow support for premultiplied alpha.Michael Drake2022-03-281-4/+13
* Image: PNG: Decode to client bitmap format.Michael Drake2022-03-271-11/+32
* Image: PNG: Call bitmap format conversion after decode.Michael Drake2022-03-261-0/+11
* Bitmap API: Clean up creation flags.Michael Drake2022-03-241-2/+2
* PNG: Bytes per pixel is always 4.Michael Drake2022-03-241-1/+1
* improve desktop text search header usageVincent Sanders2020-06-241-0/+1
* implement content opacity check through the function tableVincent Sanders2020-05-131-0/+1
* improve content header usageVincent Sanders2020-05-071-0/+1
* content: Rename content_broadcast_errorcode()Daniel Silverstone2019-08-051-4/+4
* change content get_source_data interfaces to return uint8_t and size_tVincent Sanders2019-05-051-5/+5
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-8/+7
* PNG content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-281-11/+4
* Content API: Make content_broadcast take pointer to content_msg_data.Michael Drake2017-08-261-4/+4
* create netsurf inttypes header to have portable integer formatting macrosVincent Sanders2017-01-211-0/+1
* Allow include directories to be added by sub makefilesVincent Sanders2016-06-061-2/+2
* Update content to split public and internal APIVincent Sanders2016-06-061-5/+10
* move bitmap API header to core include directoryVincent Sanders2016-05-261-1/+1
* move image content handlers to accomodate core build changesVincent Sanders2016-05-231-0/+614