pixie/imagebase64

Search:
Group by:
Source   Edit  

Procs

proc decodeBase64(data: string): Image {....raises: [PixieError],
    tags: [RootEffect, ReadIOEffect, WriteIOEffect], forbids: [].}
Decodes a base64 image string into an image. Source   Edit  
proc encodeBase64(image: Image): string {....raises: [PixieError], tags: [],
    forbids: [].}
Encodes an image into PNG format and returns it as base64. Source   Edit