fossasia / knitlib

Knitting backend library for knitting machines
GNU Lesser General Public License v3.0
1.54k stars 14 forks source link

Knitlib API Version 1 beta release #36

Closed tian2992 closed 9 years ago

tian2992 commented 9 years ago

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.

sameeragunarathne commented 9 years ago

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?

tian2992 commented 9 years ago

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 https://github.com/fashiontec/knitlib/issues/36#issuecomment-113941620.