|
1 | | -##Aspose.Imaging for Java Examples Repository |
| 1 | +##Aspose.Imaging for Java |
| 2 | + |
| 3 | +This package contains Java example code for [Aspose.Imaging for Java](http://www.aspose.com/java/imaging-component.aspx). |
2 | 4 |
|
3 | | -This package contains Java Example Projects for [Aspose.Imaging for Java](http://www.aspose.com/java/imaging-component.aspx). |
4 | | -<br/><br/> |
5 | 5 | <p align="center"> |
6 | | - <a title="Download Examples Dashboard" href="http://www.aspose.com/community/files/72/java-components/aspose-examples-for-java/default.aspx"> |
7 | | - <img src="https://raw.github.com/AsposeExamples/java-examples-dashboard/master/images/downloadDasboard-Button-Large.png" /> |
8 | | - </a> |
9 | | - |
10 | | - <a title="Download Examples ZIP" href="https://github.com/asposeimaging/Aspose_Imaging_Java/archive/master.zip"> |
11 | | - <img src="https://raw.github.com/AsposeExamples/java-examples-dashboard/master/images/downloadZip-Button-Large.png" /> |
| 6 | + <a title="Download ZIP" href="https://github.com/asposeimaging/Aspose_Imaging_Java/archive/master.zip"> |
| 7 | + <img src="http://i.imgur.com/hwNhrGZ.png" /> |
12 | 8 | </a> |
13 | 9 | </p> |
14 | 10 |
|
15 | | -##How to use the Examples? |
16 | | - |
17 | | -###With the Examples Dashboard |
18 | | - |
19 | | -Download the [Aspose Examples Dashboard for Java](http://www.aspose.com/community/files/72/java-components/aspose-examples-for-java/default.aspx) to view and run all these examples on your PC. It updates itself with the latest dependency libraries and examples. |
20 | | - |
21 | | - |
22 | | - |
23 | | -###With IDE |
24 | | - |
25 | | -Clone or Download the ZIP and extract the contents to your local hard drive. If you have IntelliJ IDEA, then open the project directly |
26 | | -by browsing to the folder. For Netbeans and Eclipse, you can import project feature. |
27 | | - |
28 | | -Also download the [latest version](http://www.aspose.com/community/files/72/java-components/aspose.imaging-for-java/default.aspx) of Aspose.Imaging for Java and set/fix jar references. |
29 | | - |
30 | | -##Open Source Feel of Aspose.Imaging |
31 | | - |
32 | | -Aspose.Imaging for Java is a successful commercial product, but our philosophy is to develop them using our unique "*open-source feel*" approach. In other words, we at Aspose are extremely customer driven and this shows in: |
33 | | - |
34 | | -+ Frequent releases (at least once a month). |
35 | | -+ Features are prioritized according to your requests. |
36 | | -+ Unlimited free technical support for anyone. |
37 | | -+ Helpful support in the forums and answers within 12-24 hours. |
38 | | -+ Live chat with experienced technical advisers. |
39 | | - |
40 | | -We think that customers who use our products feel that they use an open source product because of the extent they can influence the project, but with the security of a fully committed talented team working on the project. |
41 | | - |
42 | | -The Aspose.Imaging for Java examples published here at GitHub is a part of the above effort. |
43 | | - |
44 | | -##What's included in this examples repository? |
45 | | - |
46 | | -###Code |
47 | | - |
48 | | -This package contains Java Examples of [Aspose.Imaging for Java](http://www.aspose.com/categories/java-components/aspose.imaging-for-java/default.aspx). |
49 | | -+ MyEclipse Project files (.project). |
50 | | -+ .java (the source code for the example). |
51 | | -+ Resource folder which contains the input documents and any source files. All generated output produced by the example is also placed into this folder. |
52 | | - |
53 | | -<table> |
54 | | - <tr><th>Example<th>Description</th></tr> |
55 | | - <tr><td>Create files through FileStream</td><td>This example demonstrates the ability of Aspose.Imaging for Java to create Image files from scratch using FileStream object.</td></tr> |
56 | | - <tr><td>Create files through ByteArrayInputStream</td><td>This example demonstrates the ability of Aspose.Imaging for Java to create Image files from scratch using ByteArrayInputStream object.</td></tr> |
57 | | - <tr><td>Colors</td><td>This example demonstrates the ability of Aspose.Imaging for Java to render different colors on an image.</td></tr> |
58 | | - <tr><td>Draw Pixel</td><td>This example demonstrates the usage of Aspose.Imaging for Java to draw images using the core functionality.</td></tr> |
59 | | - <tr><td>Load and Save Images</td><td>This example demonstrates the ability of Aspose.Imaging for Java to load and save images.</td></tr> |
60 | | - <tr><td>Load and Save Pixels</td><td>This example demonstrates the ability of Aspose.Imaging for Java to load and save Pixels.</td></tr> |
61 | | - <tr><td>Draw Figures</td><td>These examples demonstrate the ability of Aspose.Imaging for Java to draw primitive objects such as Arc, Bezier, Ellipse, Line & Rectangle.</td></tr> |
62 | | - <tr><td>Export Image</td><td>This example demonstrates the ability of Aspose.Imaging for Java to export images to different raster image formats including BMP, TIFF, GIF, PNG and JPEG.</td></tr> |
63 | | - <tr><td>Concatenate TIFF Images</td><td>This example demonstrates the ability of Aspose.Imaging for Java to merge TIFF images into one.</td></tr> |
64 | | - <tr><td>Stamp Image</td><td>This example demonstrates the ability of Aspose.Imaging for Java to draw watermark on images.</td></tr> |
65 | | -</table> |
| 11 | +Directory | Description |
| 12 | +--------- | ----------- |
| 13 | +[Examples](Examples) | Examples for Aspose.Imaging for Java |
66 | 14 |
|
67 | | -##Contact Us |
| 15 | +## Resources |
68 | 16 |
|
69 | 17 | + **Website:** [www.aspose.com](http://www.aspose.com) |
70 | 18 | + **Product Home:** [Aspose.Imaging for Java](http://www.aspose.com/categories/java-components/aspose.imaging-for-java/default.aspx) |
|
0 commit comments