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

output format is not respecting the filename #27

Closed
beenotung opened this issue Feb 17, 2018 · 1 comment
Closed

output format is not respecting the filename #27

beenotung opened this issue Feb 17, 2018 · 1 comment

Comments

@beenotung
Copy link

Action performed

resize an png image to a smaller image

Expected behavior

the generated image should be a png file

Actual behavior

the generated image is jpeg file

Example

beenotung:caire$ caire -in 'ctrl police esc chasing.png' -out 'ctrl police esc chasing.1.png' -perc -width 20 -height 20
Processing... |
Rescaled in: 21.94s
Saved as: ctrl police esc chasing.1.png 

beenotung:caire$ file ctrl\ police\ esc\ chasing*
ctrl police esc chasing.1.png: JPEG image data, baseline, precision 8, 690x262, frames 3
ctrl police esc chasing.png:   PNG image data, 863 x 328, 8-bit/color RGB, non-interlaced
@esimov esimov closed this as completed Feb 22, 2018
@esimov esimov reopened this Feb 22, 2018
@esimov
Copy link
Owner

esimov commented Feb 22, 2018

Closing as this is not an issue.

@esimov esimov closed this as completed Feb 22, 2018
rsynnest pushed a commit to rsynnest/caire that referenced this issue Sep 30, 2019
Green ANSI color `\x1b[92` is left set as part of the final print, as described in esimov#42, esimov#27, and esimov#23. This commit resets ANSI color to `\x1b[0m` (no attributes) after final status message.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants