Skip to content

Commit bd7c6e5

Browse files
author
Evgeniy Sidenko
committed
Removed a copyright protected image
Updated information about releases for Java and Python
1 parent ad79548 commit bd7c6e5

File tree

4 files changed

+26
-46
lines changed

4 files changed

+26
-46
lines changed

java/getting-started/what-s-new-in-aspose-imaging-for-java/_index.md

+14
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ This page highlights the new features and enhancements introduced in recent rele
1313

1414
{{% /alert %}}
1515

16+
## Aspose.Imaging for .NET 24.12
17+
18+
<p align='justify'>
19+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
20+
Updates in Aspose.Imaging 24.12:
21+
22+
- Unify usage of common operations (crop, rotate etc) for all formats;
23+
- Support batch mode for all exportable multi page formats via PageExportingAction.
24+
25+
Upgrade to the latest version of today to experience these enhancements and more.
26+
</p>
27+
28+
For additional information, kindly review the accompanying <a href="https://releases.aspose.com/imaging/java/release-notes/2024/aspose-imaging-for-java-24-12-release-notes/">Aspose.Imaging 24.12 release notes</a>.
29+
1630
## Aspose.Imaging for Java 24.11
1731

1832
<p align='justify'>

net/developer-guide/manipulating-images/kernel-filters/motion-blur-filter/_index.md

-46
Original file line numberDiff line numberDiff line change
@@ -30,52 +30,6 @@ double[,] customKernel = new double[,]
3030
This effect simulates the appearance of camera movement during photo capture in a diagonal direction, creating the illusion of motion in the image.
3131
</p>
3232

33-
<style>
34-
.frame {
35-
border: 2px solid darkgray;
36-
padding: 5px;
37-
margin: 10px 0 5px 5px;
38-
background: #f0f0f0;
39-
align-items: center;
40-
}
41-
.marginauto {
42-
margin: 10px auto 20px;
43-
display: block;
44-
}
45-
.frame figcaption {
46-
margin: 0 auto;
47-
display: flex;
48-
flex-direction: row;
49-
justify-content: center;
50-
}
51-
.container {
52-
display: flex;
53-
flex-direction: row;
54-
align-items: center;
55-
justify-content: space-around;
56-
}
57-
</style>
58-
59-
<figure class="frame">
60-
<div class="container">
61-
<div>
62-
<figcaption>Original image</figcaption>
63-
</div>
64-
<div>
65-
<figcaption>MotionBlur filter</figcaption>
66-
</div>
67-
</div>
68-
<div class="container">
69-
<div>
70-
<img src="../template-landscape.webp" alt="Original photo before emboss filter" width="640" height="400"/>
71-
</div>
72-
<div>
73-
<img src="./custom-motion-blur-kernel-filter.webp" alt="Custom Motion blur 5x5 45grad kernel filter" width="640" height="400"/>
74-
</div>
75-
</div>
76-
<figcaption>Custom MotionBlur kernel filter</figcaption>
77-
</figure>
78-
7933

8034
## C# code example
8135

python-net/getting-started/what-s-new-in-aspose-imaging-for-net/_index.md

+12
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ keywords: Python image library, Python image processing, raster file formats, co
77
description: Discover the latest advancements in Aspose.Imaging, Python image processing library designed to streamline your workflow. Explore enhanced capabilities for seamless image export and conversion, allowing for effortless manipulation of images.
88
---
99

10+
## Aspose.Imaging for Python via .NET 24.12
11+
12+
<p align='justify'>
13+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
14+
Updates in Aspose.Imaging 24.12:
15+
16+
- Unify usage of common operations (crop, rotate etc) for all formats;
17+
18+
Upgrade to the latest version of today to experience these enhancements and more.
19+
</p>
20+
21+
For additional information, kindly review the accompanying <a href="https://releases.aspose.com/imaging/python-net/release-notes/2024/aspose-imaging-for-python-net-24-12-release-notes/">Aspose.Imaging 24.12 release notes</a>.
1022

1123
## Aspose.Imaging for Python via .NET 24.11
1224

0 commit comments

Comments
 (0)