Curation by Binzy_Boi 2 months ago for query Aseprite
Original results
-
https://en.wikipedia.org/wiki/Aseprite — found via Wikipedia
Aseprite
Aseprite (/ˈeɪspraɪt/ AY-spryte) is a proprietary, source-available image editor designed primarily for pixel art drawing and animation. It runs on Windows
-
https://en.wikipedia.org/wiki/WebP — found via Wikipedia
WebP
17 March 2024. Capello, David (6 November 2015). "Release Notes". Aseprite. Aseprite v1.1.1. Added support to load/save static .webp files "Download the
-
https://en.wikipedia.org/wiki/FLIC_(file_format) — found via Wikipedia
FLIC (file format)
AAPlay - Autodesk Animation Player, retrieved 2023-05-17 Aseprite FLIC Library, Aseprite, 2023-01-03, retrieved 2023-05-17 wangds (2020-04-11), LibFLIC
-
https://en.wikipedia.org/wiki/Pizza_Tower — found via Wikipedia
Pizza Tower
generally, he would begin prototyping while McPig created animations in Aseprite. Sertif described this process as challenging since it meant many ideas
-
https://en.wikipedia.org/wiki/Pixel_art — found via Wikipedia
Pixel art
graphics Software Description License Financial cost Supported platforms Aseprite Aseprite features numerous tools for image and animation editing such as layers
-
http://github.com/aseprite — found via Mwmbl
Aseprite · GitHub
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
http://github.com/aseprite/laf — found via Mwmbl
GitHub - aseprite/laf: A C++ library to create desktop applicati…
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You swi…
-
http://github.com/aseprite/docs — found via Mwmbl
GitHub - aseprite/docs: Aseprite documentation
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://docs.rs/aseprite — found via Mwmbl
aseprite - Rust
A crate for loading data from the aseprite sprite editor. Should go along well with the tiled crate, I hope! It does not load any actual images, just the…
-
http://aseprite.org/faq/ — found via Mwmbl
Aseprite - Faq
Do I get updates? Yes, you do. With your purchase you will be able to download updates from Humble Bundle, Gumroad, itch.io, or Steam up to Aseprite v1.9…
-
http://aseprite.org/docs/ — found via Mwmbl
Aseprite - Docs
Table of content Aseprite Help Aseprite lets you create 2D animations for videogames. From sprites, to pixel-art, retro style graphics, and whatever you …
-
https://aseprite.org/roadmap/ — found via Mwmbl
Aseprite - Roadmap
Roadmap This is a general view of what you can expect in next releases. This roadmap is not complete and can be modified in the future, but you should ex…
-
https://aseprite.org/docs/save/ — found via Mwmbl
Aseprite - Docs - Save
Table of content Save You can save your sprite using the File > Save menu or pressing Ctrl+S (⌘S on macOS). We highly recommend you to save your sprites …
-
https://aseprite.com/api — found via Mwmbl
Aseprite - Api
Aseprite API Where to start Generally you will want to write a script to solve a problem or to do a little experiment, so you have six options to approac…
-
https://aseprite.com/terms/ — found via Mwmbl
Aseprite - Terms
Terms of Service The following terms and conditions govern all use of the aseprite.org website and all content, services and products available at or thr…
-
https://aseprite.com/api/cel — found via Mwmbl
Aseprite - Api - Cel
Cel.zIndex Gets or sets the cel z-index value. By default 0, which means "show this cel in the same position as its layer", but can be modified to positi…
-
https://aseprite.com/api/app — found via Mwmbl
Aseprite - Api - App
The function in the argument is called inside the transaction, if the function fails, the whole transaction is undone. If the function successes, the tran…
-
https://aseprite.com/api/slice — found via Mwmbl
Aseprite - Api - Slice
Slice Slice.bounds Slice.center Gets or sets the central rectangle of a slice's nine-slice. The getter returns nil when nine-slicing is inactive in Asepr…
-
https://aseprite.com/api/align — found via Mwmbl
Aseprite - Api - Align
Align Set of flags/bits specifying horizontal and vertical alignment of an UI element. You can combine one or several of these values depending on the ca…
-
https://aseprite.com/api/image — found via Mwmbl
Aseprite - Api - Image
If you specify otherImage , it's equivalent to use otherImage:clone() . If you specify Image(otherImage, rectangle) this will create a copy of the specifi…
-
https://aseprite.com/api/layer — found via Mwmbl
Aseprite - Api - Layer
Layer.parent Gets or sets the layer's parent. The parent may be either a sprite or a group layer. Upon setting the parent, the child layer is moved to th…
-
https://aseprite.com/api/frame — found via Mwmbl
Aseprite - Api - Frame
Frame This is an auxiliary object that points to a given frame in the sprite and can be used to adjust information about that frame. If you modify the nu…
-
https://aseprite.com/api/color — found via Mwmbl
Aseprite - Api - Color
Color.value Color.lightness Color.index Gets or sets the palette index related to this color. If the color is not an index, i.e. it's RGB/HSL/HSV, the cl…
-
https://aseprite.com/api/plugin — found via Mwmbl
Aseprite - Api - Plugin
Then we compress both files (package.json and my-script.lua) in a .zip, and rename the .zip to .aseprite-extension. To install the extension just double-…
-
https://aseprite.com/api/events — found via Mwmbl
Aseprite - Api - Events
Events With this property you can associate (or disassociate) a function to a specific event. Events:on() local listenerCode = events:on(eventName, funct…
-
https://aseprite.com/api/dialog — found via Mwmbl
Aseprite - Api - Dialog
Dialog() Creates a new dialog. The dialog is hidden, so you have to call Dialog:show function to make it visible. The constructor that receives a string …
-
https://aseprite.com/api/app_fs — found via Mwmbl
Aseprite - Api - App_fs
app.fs.fileSize() app.fs.listFiles() Returns a list of files in the given directory path. The returned value is a table where each element is a file name…
-
https://aseprite.com/api/sprite — found via Mwmbl
Aseprite - Api - Sprite
Sprite:deleteTileset() Sprite:newTile() Inserts an empty tile into the given tileset at a given tileIndex. If tileIndex is not provided, the new tile is …
-
http://dev.aseprite.org/ — found via Mwmbl
Aseprite Devblog
Aseprite Devblog If you are going to use the static version of the Skia library in your program, and you use C++ exceptions as your error handling mechan…
-
http://blog.aseprite.org/ — found via Mwmbl
Aseprite Blog
Hello asepriters! After several months we are preparing the first release candidate to finally move forward to v1.3 (and leave v1.2 behind). If everythin…
-
https://www.aseprite.org/cli/ — found via Mwmbl
Aseprite - Docs - Cli
Options Usage: aseprite.exe [OPTIONS] [FILES]... Options: --shell Start an interactive console to execute scripts -b, --batch Do not start the UI -p, --p…
-
http://www.aseprite.org/issue/6 — found via Mwmbl
Go to frame (by text) · Issue #6 · aseprite/aseprite · GitHub
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
http://www.aseprite.org/issue/4 — found via Mwmbl
Sprite sheet/animation tools · Issue #4 · aseprite/aseprite · Gi…
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
http://aseprite.blogspot.com/ — found via Mwmbl
Old Aseprite Blog
Hello people! I'll try to keep you update about "what is going on" in aseprite development in these days. For v0.9.6 (the next release): First of all, I…
-
http://dacap.itch.io/aseprite — found via Mwmbl
Aseprite by David Capello, Igara Studio
Aseprite Aseprite is a sprite editor that lets you create 2D animations for videogames. It can be used to create pixel-art, retro style graphics, and wha…
-
https://community.aseprite.org — found via Mwmbl
Aseprite Community
Do you want to do something on Aseprite and don't know how to do it? In this category you can ask for help to do a specific task or solve a problem. Reme…
-
https://lib.rs/crates/aseprite — found via Mwmbl
aseprite — Rust image library // Lib.rs
aseprite A crate for loading data from the aseprite sprite editor. Should go along well with the tiled crate, I hope! It does not load any actual images,…
-
https://manpages.org/aseprite — found via Mwmbl
man aseprite (1): sprite editor
SYNOPSIS DESCRIPTION aseprite (aka ASE, Allegro Sprite Editor) is a program to create animated sprites & pixel art. Sprites are little images that can be…
-
https://thkaspar.itch.io/fx — found via Mwmbl
FX for Aseprite by Kacper Woźniak
FX for Aseprite FX is a collection of effects for Aseprite packed into an extension. They can be found under Edit > FX and include: Drop Shadow LCD Scree…
-
http://guthub.com/aseprite/api — found via Mwmbl
GitHub - aseprite/api: Scripting API for Aseprite
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://tildes.net/user/akselmo — found via Mwmbl
User: akselmo - Tildes
Aseprite is a good tool, and pixel art is not that hard to grasp. It can be quite rewarding to create, so I think you made the right decision. One could u…
New results
-
https://en.wikipedia.org/wiki/Aseprite — found via Wikipedia
Aseprite
Aseprite (/ˈeɪspraɪt/ AY-spryte) is a proprietary, source-available image editor designed primarily for pixel art drawing and animation. It runs on Windows
-
https://en.wikipedia.org/wiki/WebP — found via Wikipedia
WebP
17 March 2024. Capello, David (6 November 2015). "Release Notes". Aseprite. Aseprite v1.1.1. Added support to load/save static .webp files "Download the
-
https://en.wikipedia.org/wiki/FLIC_(file_format) — found via Wikipedia
FLIC (file format)
AAPlay - Autodesk Animation Player, retrieved 2023-05-17 Aseprite FLIC Library, Aseprite, 2023-01-03, retrieved 2023-05-17 wangds (2020-04-11), LibFLIC
-
https://en.wikipedia.org/wiki/Pizza_Tower — found via Wikipedia
Pizza Tower
generally, he would begin prototyping while McPig created animations in Aseprite. Sertif described this process as challenging since it meant many ideas
-
https://en.wikipedia.org/wiki/Pixel_art — found via Wikipedia
Pixel art
graphics Software Description License Financial cost Supported platforms Aseprite Aseprite features numerous tools for image and animation editing such as layers
-
http://github.com/aseprite — found via Mwmbl
Aseprite · GitHub
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
http://github.com/aseprite/laf — found via Mwmbl
GitHub - aseprite/laf: A C++ library to create desktop applicati…
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You swi…
-
http://github.com/aseprite/docs — found via Mwmbl
GitHub - aseprite/docs: Aseprite documentation
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://docs.rs/aseprite — found via Mwmbl
aseprite - Rust
A crate for loading data from the aseprite sprite editor. Should go along well with the tiled crate, I hope! It does not load any actual images, just the…
-
http://aseprite.org/faq/ — found via Mwmbl
Aseprite - Faq
Do I get updates? Yes, you do. With your purchase you will be able to download updates from Humble Bundle, Gumroad, itch.io, or Steam up to Aseprite v1.9…
-
http://aseprite.org/docs/ — found via Mwmbl
Aseprite - Docs
Table of content Aseprite Help Aseprite lets you create 2D animations for videogames. From sprites, to pixel-art, retro style graphics, and whatever you …
-
https://aseprite.org/roadmap/ — found via Mwmbl
Aseprite - Roadmap
Roadmap This is a general view of what you can expect in next releases. This roadmap is not complete and can be modified in the future, but you should ex…
-
https://aseprite.org/docs/save/ — found via Mwmbl
Aseprite - Docs - Save
Table of content Save You can save your sprite using the File > Save menu or pressing Ctrl+S (⌘S on macOS). We highly recommend you to save your sprites …
-
https://aseprite.com/api — found via Mwmbl
Aseprite - Api
Aseprite API Where to start Generally you will want to write a script to solve a problem or to do a little experiment, so you have six options to approac…
-
https://aseprite.com/terms/ — found via Mwmbl
Aseprite - Terms
Terms of Service The following terms and conditions govern all use of the aseprite.org website and all content, services and products available at or thr…
-
https://aseprite.com/api/cel — found via Mwmbl
Aseprite - Api - Cel
Cel.zIndex Gets or sets the cel z-index value. By default 0, which means "show this cel in the same position as its layer", but can be modified to positi…
-
https://aseprite.com/api/app — found via Mwmbl
Aseprite - Api - App
The function in the argument is called inside the transaction, if the function fails, the whole transaction is undone. If the function successes, the tran…
-
https://aseprite.com/api/slice — found via Mwmbl
Aseprite - Api - Slice
Slice Slice.bounds Slice.center Gets or sets the central rectangle of a slice's nine-slice. The getter returns nil when nine-slicing is inactive in Asepr…
-
https://aseprite.com/api/align — found via Mwmbl
Aseprite - Api - Align
Align Set of flags/bits specifying horizontal and vertical alignment of an UI element. You can combine one or several of these values depending on the ca…
-
https://aseprite.com/api/image — found via Mwmbl
Aseprite - Api - Image
If you specify otherImage , it's equivalent to use otherImage:clone() . If you specify Image(otherImage, rectangle) this will create a copy of the specifi…
-
https://aseprite.com/api/layer — found via Mwmbl
Aseprite - Api - Layer
Layer.parent Gets or sets the layer's parent. The parent may be either a sprite or a group layer. Upon setting the parent, the child layer is moved to th…
-
https://aseprite.com/api/frame — found via Mwmbl
Aseprite - Api - Frame
Frame This is an auxiliary object that points to a given frame in the sprite and can be used to adjust information about that frame. If you modify the nu…
-
https://aseprite.com/api/color — found via Mwmbl
Aseprite - Api - Color
Color.value Color.lightness Color.index Gets or sets the palette index related to this color. If the color is not an index, i.e. it's RGB/HSL/HSV, the cl…
-
https://aseprite.com/api/plugin — found via Mwmbl
Aseprite - Api - Plugin
Then we compress both files (package.json and my-script.lua) in a .zip, and rename the .zip to .aseprite-extension. To install the extension just double-…
-
https://aseprite.com/api/events — found via Mwmbl
Aseprite - Api - Events
Events With this property you can associate (or disassociate) a function to a specific event. Events:on() local listenerCode = events:on(eventName, funct…
-
https://aseprite.com/api/dialog — found via Mwmbl
Aseprite - Api - Dialog
Dialog() Creates a new dialog. The dialog is hidden, so you have to call Dialog:show function to make it visible. The constructor that receives a string …
-
https://aseprite.com/api/app_fs — found via Mwmbl
Aseprite - Api - App_fs
app.fs.fileSize() app.fs.listFiles() Returns a list of files in the given directory path. The returned value is a table where each element is a file name…
-
https://aseprite.com/api/sprite — found via Mwmbl
Aseprite - Api - Sprite
Sprite:deleteTileset() Sprite:newTile() Inserts an empty tile into the given tileset at a given tileIndex. If tileIndex is not provided, the new tile is …
-
http://dev.aseprite.org/ — found via Mwmbl
Aseprite Devblog
Aseprite Devblog If you are going to use the static version of the Skia library in your program, and you use C++ exceptions as your error handling mechan…
-
http://blog.aseprite.org/ — found via Mwmbl
Aseprite Blog
Hello asepriters! After several months we are preparing the first release candidate to finally move forward to v1.3 (and leave v1.2 behind). If everythin…
-
https://www.aseprite.org/cli/ — found via Mwmbl
Aseprite - Docs - Cli
Options Usage: aseprite.exe [OPTIONS] [FILES]... Options: --shell Start an interactive console to execute scripts -b, --batch Do not start the UI -p, --p…
-
http://www.aseprite.org/issue/6 — found via Mwmbl
Go to frame (by text) · Issue #6 · aseprite/aseprite · GitHub
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
http://www.aseprite.org/issue/4 — found via Mwmbl
Sprite sheet/animation tools · Issue #4 · aseprite/aseprite · Gi…
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
http://aseprite.blogspot.com/ — found via Mwmbl
Old Aseprite Blog
Hello people! I'll try to keep you update about "what is going on" in aseprite development in these days. For v0.9.6 (the next release): First of all, I…
-
http://dacap.itch.io/aseprite — found via Mwmbl
Aseprite by David Capello, Igara Studio
Aseprite Aseprite is a sprite editor that lets you create 2D animations for videogames. It can be used to create pixel-art, retro style graphics, and wha…
-
https://community.aseprite.org — found via Mwmbl
Aseprite Community
Do you want to do something on Aseprite and don't know how to do it? In this category you can ask for help to do a specific task or solve a problem. Reme…
-
https://lib.rs/crates/aseprite — found via Mwmbl
aseprite — Rust image library // Lib.rs
aseprite A crate for loading data from the aseprite sprite editor. Should go along well with the tiled crate, I hope! It does not load any actual images,…
-
https://manpages.org/aseprite — found via Mwmbl
man aseprite (1): sprite editor
SYNOPSIS DESCRIPTION aseprite (aka ASE, Allegro Sprite Editor) is a program to create animated sprites & pixel art. Sprites are little images that can be…
-
https://thkaspar.itch.io/fx — found via Mwmbl
FX for Aseprite by Kacper Woźniak
FX for Aseprite FX is a collection of effects for Aseprite packed into an extension. They can be found under Edit > FX and include: Drop Shadow LCD Scree…
-
http://guthub.com/aseprite/api — found via Mwmbl
GitHub - aseprite/api: Scripting API for Aseprite
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://tildes.net/user/akselmo — found via Mwmbl
User: akselmo - Tildes
Aseprite is a good tool, and pixel art is not that hard to grasp. It can be quite rewarding to create, so I think you made the right decision. One could u…