From 9b44ab743e3ca24f2da9a589f03b74314285ad04 Mon Sep 17 00:00:00 2001 From: Reinder Nijhoff Date: Mon, 13 May 2024 09:43:56 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f944ee0..bdcffc6 100644 --- a/README.md +++ b/README.md @@ -128,13 +128,13 @@ sequence.getFrameImage(index); - `index` is the index of the frame to get the image from. -## Creating a Tarball with Preview Images +## Creating a Tarball with Images -A tarball is a collection of files and directories stored in a single file. In the context of `FastImageSequence`, you can use a tarball to store low-resolution preview images for your image sequence. This can be particularly useful when you want to seek or jump in the sequence quickly or when the internet speed is low. +A tarball is a collection of files and directories stored in a single file. In the context of `FastImageSequence`, you can use a tarball to store (low-resolution preview) images for your image sequence. This can be particularly useful when you want to seek or jump in the sequence quickly or when the internet speed is low. To create a tarball with preview images, you can follow these steps: -1. Prepare your preview images: Make sure all your preview images are in a single directory. The images should be in a sequence and named consistently (for example, `image1.jpg`, `image2.jpg`, `image3.jpg`, etc.). +1. Prepare your images: Make sure all your images are in a single directory. The images should be in a sequence and named consistently (for example, `image1.jpg`, `image2.jpg`, `image3.jpg`, etc.). 2. Create a tarball file. I have created an easy-to-use online tool for this: [Tar File Creator](https://reindernijhoff.net/tools/tar/) (no ads, login, etc). Drag and drop your selection of images onto the page, and a tarball will be generated that you can download.