
Security News
Node.js Moves Toward Stable TypeScript Support with Amaro 1.0
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
Command line tool for slicing an image on a grid. Good for spritesheets and that kind of thing.
Command line tool for slicing an image on a grid. Good for spritesheets and that kind of thing.
pip install gridslice
usage: gridslice [-h]
input_image_path start_x start_y width height slices_x slices_y
Command line tool for slicing an image on a grid.
positional arguments:
input_image_path Path to the input image file
start_x Start x
start_y Start y
width Slice width
height Slice height
slices_x Number of x slices
slices_y Number of y slices
optional arguments:
-h, --help show this help message and exit
start_x
and start_y
represent the top corner of the area to take slices from. width
and height
are the size of each slice. slices_x
and slices_y
are the number of slices of the specified size to make in each direction.
FAQs
Command line tool for slicing an image on a grid. Good for spritesheets and that kind of thing.
We found that gridslice demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.