mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #160] Add Image support for kandinsky #51
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Oreig403 on GitHub (Feb 14, 2022).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/160
I think the titles says all
@AlexandreArduino commented on GitHub (Feb 14, 2022):
what do you mean precisely 🤔 ? You want to be able to show an image on the screen ? You want to be able to modify images ? 🤔
@Lauryy06 commented on GitHub (Feb 14, 2022):
Actually no...
But if you want, I think it's possible to add to the kandinsky module in Python the possibility to draw an image, but it won't be transparent.
@Oreig403 commented on GitHub (Feb 15, 2022):
No I just mean to draw an image like a function draw_image(x,y,width,height) would be nice
@Oreig403 commented on GitHub (Feb 15, 2022):
and of course src
@cben commented on GitHub (Jan 31, 2023):
Since you already have ulab with numpy arrays:
I'm not sure how much RAM we have though. I can allocate
np.zeros((200, 100), dtype=np.uint8)but (200, 200) already gives me "memory allocation failed"...Still, any array ability would beat set_pixel loops 🐛
@Oreig403 commented on GitHub (Feb 1, 2023):
I sure think that would be a good idea if their were enough ram.