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

Documentation fixes additions #21

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions docs/rendering-tip.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,50 @@
# Rendering Tips
Hubble offers the following options to render your visualizations:
- GIF
- WebM video
- PNG sequence
- JPEG sequence

If you would like to use the exports in a presentation we recommend the following steps:

### GIF
Usable as is. Feel free to add it to your presentation, notebook, or showcase!

### Convert WebM
There are plenty of free converters out there. The ones written in this guide will be based off of: https://convertio.co/

**Step 1: Pick your WebM file**
![Convertio Step 1](/images/convertio-step1.jpg)

**Step 2: Click the "..." option to open up a menu**

**Step 3: Select the filetype that you want. We recommend GIF/MP4 for use in your presentations**

**Step 4: Click Convert**
![Convertio Step 2, 3, & 4](/images/convertio-step2-3-4.jpg)

### Convert JPEG sequence to GIF
There are plenty of free converters out there. The ones written in this guide will be based off of: https://gifmaker.me/

**Step 1: Untar the file. On Windows a tool like [7-Zip](https://www.7-zip.org/) can be used**

**Step 2: Click on Upload Images**
![GIFMaker Step 2](/images/gifmaker-step2.jpg)

**Step 3: Select all the images in the folder that was created**

**Step 4: Open all the images**
![GIFMaker Step 3 & 4](/images/gifmaker-step3-4.jpg)

**Step 4a: A preview will be generated at the top. Settings such as order and pacing can be adjusted if anything looks wrong**

**Step 5: Click on "Create GIF Animation"**

![GIFMaker Step 4a & 5](/images/gifmaker-step4a-5.jpg)

**Step 6: Click on "Download the GIF"**

![GIFMaker Step 6](/images/gifmaker-step6.jpg)

### Convert PNG sequence to GIF
See "Convert JPEG sequence to GIF" section
3 changes: 2 additions & 1 deletion docs/table-of-contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"title": "Guide Book",
"entries": [
{
"entry": "docs/post-processing"
"entry": "docs/post-processing",
"entry": "docs/rendering-tip"
}
]
},
Expand Down
Binary file added website/static/images/convertio-step1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/images/convertio-step2-3-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/images/convertio-step2-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/images/gifmaker-step2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/images/gifmaker-step3-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/images/gifmaker-step4a-5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/images/gifmaker-step6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.