Skip to content

Commit f92b0bf

Browse files
Corrections
1 parent d01e87d commit f92b0bf

File tree

2 files changed

+5
-5
lines changed
  • content/english/java
    • document-conversion-and-processing/frame-saving-in-different-raster-formats
    • image-conversion-and-optimization/tiff-image-frame-splitting

2 files changed

+5
-5
lines changed

content/english/java/document-conversion-and-processing/frame-saving-in-different-raster-formats/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import com.aspose.imaging.fileformats.tiff.TiffFrame;
3434

3535
Now, let's break down the process into multiple steps:
3636

37-
### Step 1: Load the TIFF Image
37+
## Step 1: Load the TIFF Image
3838

3939
Begin by initializing your data directory and loading the TIFF image that you want to process.
4040

@@ -43,7 +43,7 @@ String dataDir = "Your Document Directory" + "ModifyingImages/";
4343
try (TiffImage multiImage = (TiffImage) Image.load(dataDir + "SampleTiff1.tiff")) {
4444
```
4545

46-
### Step 2: Save Frames in Different Raster Formats
46+
## Step 2: Save Frames in Different Raster Formats
4747

4848
Next, we'll iterate over the frames of the TIFF image and save each frame in the desired raster format. In this example, we'll save frames in PNG format.
4949

content/english/java/image-conversion-and-optimization/tiff-image-frame-splitting/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ type: docs
77
weight: 21
88
url: /java/image-conversion-and-optimization/tiff-image-frame-splitting/
99
---
10-
# Introduction
10+
## Introduction
1111

1212
In today's digital world, where images play a pivotal role in conveying information, Aspose.Imaging for Java stands as a powerful tool for developers. This versatile Java library empowers you to manipulate and process various image formats, opening doors to endless creative possibilities. Whether you're working on a project that requires image frame splitting, format conversion, or image enhancement, Aspose.Imaging for Java has got your back.
1313

1414
In this comprehensive guide, we'll delve into the world of Aspose.Imaging for Java. We'll start with the prerequisites, which are essential to set the stage for our journey. Then, we'll guide you through the process of importing the necessary packages. Next, we'll break down the example of TIFF image frame splitting into multiple, easy-to-follow steps, making sure you grasp every detail. So, let's get started and unravel the wonders of Aspose.Imaging for Java.
1515

16-
# Prerequisites
16+
## Prerequisites
1717

1818
Before we embark on our journey with Aspose.Imaging for Java, it's essential to ensure you have the following prerequisites in place:
1919

@@ -96,7 +96,7 @@ Aspose.Imaging for Java is a powerful tool that simplifies image manipulation an
9696

9797
With the knowledge gained from this tutorial, you're now equipped to explore the vast world of image processing and unleash your creativity. So, go ahead and dive into your image-related projects with confidence.
9898
99-
# FAQ's
99+
## FAQ's
100100

101101
### Q1: Where can I download Aspose.Imaging for Java?
102102

0 commit comments

Comments
 (0)