You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+65-28Lines changed: 65 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
1

2
-
# Java API for Image Processing
3
2
4
-
It is a standalone [Imaging API](https://products.aspose.com/imaging/java) consisting of Java routines that enable your Java applications to draw as well as perform basic to advanced level processing of raster & vector images.
3
+
# Java API for Image Processing
5
4
6
-
Aspose.Imaging for Java offers robust image compression and high processing speed through native byte access and a range of efficient algorithms. It not only manipulate, export and convert images but also lets you dynamically draw objects using pixel manipulation and Graphics Path.
5
+
[Imaging API](https://products.aspose.com/imaging/java) is a library offering advanced image processing features. Developers can create, edit or convert images in their own application. Also Aspose. Imaging library supports drawing and work with graphic primitives. Image export and conversion (including uniform multi-page image processing) is the one of API core features along with image transformations (resize, crop, flip&rotate, binarization, grayscale, adjust), advanced image manipulation features (filtering, dithering, masking, deskewing) and memory optimization strategies.
7
6
8
7
Directory | Description
9
8
--------- | -----------
@@ -16,33 +15,42 @@ Directory | Description
16
15
</a>
17
16
</p>
18
17
18
+
Directory | Description
19
+
--------- | -----------
20
+
[Examples](Examples) | A collection of Java examples that help you learn the product features.
21
+
[Plugins](Plugins) | Plugins related to Aspose.Imaging for Java product.
22
+
23
+
19
24
## Imaging API Features
20
25
21
-
- Draw raster images with graphics.
22
-
- Draw vector images.
23
-
-Converting images to various formats.
26
+
-[Draw raster images with graphics](https://docs.aspose.com/imaging/java/drawing-images-using-graphics/).
-[Convert images to various formats](https://docs.aspose.com/imaging/java/converting-images/).
24
29
-[Apply masking](https://docs.aspose.com/imaging/java/applying-masking-to-images/) as well as [Median & Wiener](https://docs.aspose.com/imaging/java/applying-median-and-wiener-filters/) filters.
25
-
- Crop, rotate & resize images via API.
26
-
- De-skew & transform images.
27
-
- Set image properties.
30
+
-[Crop, rotate & resize images via API](https://docs.aspose.com/imaging/java/crop-rotate-and-resize-images/).
Aspose.Imaging for Java can be virtually run in any OS where Java is installed (since JDK 1.6)
48
56
@@ -59,19 +67,48 @@ Aspose.Imaging works for both x86 and x64 versions of the above listed operating
59
67
60
68
Aspose hosts all Java APIs at the [Aspose Repository](https://repository.aspose.com/webapp/#/artifacts/browse/tree/General/repo/com/aspose/aspose-imaging). You can easily use Aspose.BarCode for Java API directly in your Maven projects with simple configurations. For the detailed instructions please visit [Installing Aspose.Imaging for Java from Maven Repository](https://docs.aspose.com/imaging/java/installation/) documentation page.
0 commit comments