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

Support - for stdin and stdout in bpp2png and other tools #1083

Open
Rangi42 opened this issue Sep 23, 2023 · 1 comment
Open

Support - for stdin and stdout in bpp2png and other tools #1083

Rangi42 opened this issue Sep 23, 2023 · 1 comment
Labels

Comments

@Rangi42
Copy link
Member

Rangi42 commented Sep 23, 2023

This would let you do things like head -c 16 image.2bpp | tools/bpp2png - firsttile.png, or tools/bpp2png image.2bpp - | gm convert -resize 200% - zoomed.png.

@Rangi42 Rangi42 added the tools label Sep 23, 2023
@mid-kid
Copy link
Member

mid-kid commented Sep 26, 2023

If you wanna go all the way, default to stdin/stdout when no filenames are passed.

@Rangi42 Rangi42 changed the title Support - for stdin and stdout in bpp2png and other tools Support - for stdin and stdout in bpp2png and other tools Nov 22, 2023
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