Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Design] Representation of Canvas #3

Open
alpaylan opened this issue Jul 10, 2022 · 0 comments
Open

[Design] Representation of Canvas #3

alpaylan opened this issue Jul 10, 2022 · 0 comments
Assignees
Labels

Comments

@alpaylan
Copy link
Contributor

Canvas is a data structure that represents an abstract 2d spatial field of pixels.

The design of canvas shall;

  • Expose API's for each ISL instruction,
  • Expose API's for rendering to an image format such as JPEG, PNG or PPM,
  • Expose an API for computing similarity function to a given image format such as JPEG, PNG or PPM.
  • Contain efficient algorithms for implementing such operations
  • Documented well for easy understanding of a third party.

@umut-sahin will be in charge of the design. Umut please provide your ideas within this issue.

Everyone please feel free to drop your comments and suggestions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants