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

run julia demos to generate assets before passing into Literate #11

Merged
merged 1 commit into from
Nov 29, 2019

Conversation

johnnychen94
Copy link
Member

closes #5

#7 introduces a postprocess callback function, this PR runs each julia demo files to generate potential assets, so that following usage becomes possible (and it's really useful):

using TestImages, FileIO

img = testimage("cameraman")
save("assets/cameraman.png", img) # hide

# ![cover](assets/cameraman.png)

@johnnychen94 johnnychen94 merged commit dc0d5bb into master Nov 29, 2019
@johnnychen94 johnnychen94 deleted the process branch November 29, 2019 21:18
@johnnychen94 johnnychen94 restored the process branch November 29, 2019 21:52
@johnnychen94 johnnychen94 deleted the process branch December 12, 2019 12:19
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

Successfully merging this pull request may close these issues.

add post processing to pipeline
1 participant