Knitlib API Version 1 beta release
Closed this issue · 2 comments
A formal freeze release of API so we can start building the Web API.
Includes both Plugin API Transparent support, basic machine detection and listing. Includes Knitpat parsing library.
Currently I am generating rgba array of the pattern after editing. Therefore do I have to convert it to PIL image type before sending to the API or can we use a API method to use in conversion?
The RGBA can be converted to PNG with 1 bit color channel.
On Sun, 21 Jun 2015 12:58 sameeragunarathne notifications@github.com
wrote:
Currently I am generating rgba array of the pattern after editing.
Therefore do I have to convert it to PIL image type before sending to the
API or can we use a API method to use in conversion?—
Reply to this email directly or view it on GitHub
#36 (comment).