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

Idea: convert an existing DZI between formats #4

Open
iangilman opened this issue Sep 16, 2011 · 2 comments
Open

Idea: convert an existing DZI between formats #4

iangilman opened this issue Sep 16, 2011 · 2 comments

Comments

@iangilman
Copy link

Given a DZI of PNGs, replace them all with JPGs and update the XML.

@NotTarts
Copy link

In this case I think it would actually be faster to re-tile the entire image in a different format instead.

@iangilman
Copy link
Author

Good point. I should specify the purpose of this feature:

Sometimes I want to run some post-processing on the tiles (something that wouldn't make sense to apply before the tiling process, such as a sharpen filter, or something you want to vary from level to level), so I create the tiles in a lossless format (such as png), do my post-processing, and then need to convert them to my delivery format (jpg). Currently I do the conversion with GraphicConverter, but it would be slick if this script could do it.

Of course, perhaps #3 (post-processing hook) is sufficient.

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