Implement Image Manipulation Into the Script Language #16

Open
opened 2024-09-02 08:42:29 +02:00 by faraphel · 0 comments
Owner

Implementing Image Manipulation Into the Script Language

It might be useful to be able to modify images from within the script language.
For example, to generate textures (like the Mario Kart Wii cups icons) or others textures.

Some others manipulations like cropping, resizing, writing text, etc... might be useful in many cases.

It would need to be easy to read a file from the file system to our new type, and save it. Making it well integrated with the SZS TPL feature would also spare some time for the developer.

Additionally, reading an image the same way as an AngelScript grid<pixel> would allow for custom manipulation of the images.

# Implementing Image Manipulation Into the Script Language It might be useful to be able to modify images from within the script language. For example, to generate textures (like the Mario Kart Wii cups icons) or others textures. Some others manipulations like cropping, resizing, writing text, etc... might be useful in many cases. It would need to be easy to read a file from the file system to our new type, and save it. Making it well integrated with the SZS TPL feature would also spare some time for the developer. Additionally, reading an image the same way as an AngelScript `grid<pixel>` would allow for custom manipulation of the images.
faraphel added the
enhancement
label 2024-09-02 08:42:29 +02:00
faraphel self-assigned this 2024-09-02 08:42:29 +02:00
faraphel added this to the Atlas-Launcher project 2024-09-02 08:42:30 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Atlas/Atlas-Launcher#16
No description provided.