Home Download and Buy What's New Live Demos Contact Us
 

Search this site
 

 

Subscribe to our news and updatesFollow us on Facebook What's New
Feb 07, 2023 - AspJpeg 2.9.0.12555 Service Release Available
  • The service releases adds support for fairly rare 16-bit BMP images.

  • A new chroma key algorithm has been implemented which turns a green (or blue) background into an alpha channel. For more information see Section 8.7 of the user manual.

Nov 05, 2021 - AspJpeg 2.9.0.12524 Service Release Available
The service release fixes a bug in the PrintText method responsible for not properly handling "dingbat" fonts such as wingding.ttf and others. The use of such fonts in previous versions would produce black boxes instead of characters.
Nov 11, 2020 - AspJpeg.NET 2.9.0.12503 Service Release Available
The service release extends AspJpeg.NET's metadata extraction functonality to PNG images. Previously, EXIF, IPTC and XMP metadata could only be obtained from JPEG images, but now the OpenInfo method can be passed PNG images as well. For more information on metadata extraction, see Chapter 7 of this manual.
Mar 05, 2020 - AspJpeg.NET 2.9.0.12149 Service Release Available
To facilitate the use of AspJpeg.NET under .NET Core, the component's dependency on the System.Configuration.ConfigurationManager assembly has been eliminated. When the registration key is specified directly in the code via the objJpeg.RegKey property (as is the required practice under .NET Core), there is no longer a need to reference System.Configuration.ConfigurationManager in the project file.
Jan 25, 2020 - AspJpeg.NET 2.9.0.12148 Service Release Optimized for .NET Core on Linux
 

We are happy to announce that our native-.NET image management component is no longer confined to Windows servers. AspJpeg.NET 2.9.0.12148 has been successfully tested on .NET Core 2.0+ on both Windows and Linux! The latest service release fixes several problems that arose when the component was being tested in a Linux environment.

Apr 08, 2019 - AspJpeg.NET 2.9.0.12145 Service Release Available
The service release fixes a serious bug in the PrintText method when the objImage.Canvas.Font.Underlined property is set to true and objImage.Canvas.Font.Align property set to 1 (right) or 2 (center):

Before:

Now:

The service release also fixes a number of minor bugs in various modules.

Aug 10, 2018 - AspJpeg.NET 2.9.0.12115 Service Release Available
This service release enables AspJpeg.NET to be used in a classic ASP environment as if it were an ASP component. For more info, see the KB article PS121023186.
Dec 14, 2017 - AspJpeg.NET 2.9 Released
AspJpeg.NET 2.9.0.12112 has been officially released. It has been successfully tested in the .NET Core 2.0 environment. A NuGet package for AspJpeg.NET is available for downloading here along with the regular installer application.
Apr 27, 2017 - AspJpeg.NET 2.9 (Beta) Released
We are happy to announce the arrival of AspJpeg.NET, the .NET twin of AspJpeg, our classic-ASP image management component. Feature-wise, AspJpeg.NET is almost completely identical to AspJpeg, but being a 100%-managed native .NET assembly, AspJpeg.NET does not need to be registered on the server, just placed in the /Bin subdirectory of your .NET application.

There are a few minor differences between AspJpeg.NET and AspJpeg in terms of functionality and the object model. Please see Section 1.3 of the User Manual for more information about that.

AspJpeg.NET is currently in beta. If you wish to test it, please download it and request a free 30-day evaluation key. We are looking forward to your feedback.

Sep 28, 2016 - AspJpeg 2.9 with EXIF Editing Released
In response to your numerous requests, we have added the ability to set and modify EXIF tags in a JPEG image. The new method ChangeExifTag allows you to assign any EXIF tag, such as Artist, Image Unique ID, or GPS coordinates, to an image even if the image had no EXIF data block to begin with. This functionality is described in detail in Section 7.8 - EXIF Editing. It is also demonstrated by Live Demo #9.

We have also added the method ApplyOrientation which rotates and/or flips the image based on the embedded EXIF tag Orientation, and then resets this tag to the default value of 1. This makes the image viewable in a consistent manner across all image viewers and platforms. For more info, see Section 7.8 - EXIF Editing, sub-section 7.8.2.

Finally, AspJpeg is now capable of saving images in BMP format, in addition to JPEG, PNG and GIF. Set the new property OutputFormat to 2 to save an image as a bitmap.

Dec 07, 2015 - AspJpeg 2.8 with 3D Surface Mapping Released

The new version offers the following features and fixes:
  • AspJpeg 2.8 allows an image to be stretched onto an arbitrary 3D surface such as a sphere, plane, cylinder, cone, etc. via a new PdfCanvas.DrawImageUV method. This feature is useful, among other things, for creating the images of promotional items such as coffee mugs, baseball caps, pens, etc. with custom logos or photographs wrapped around them in a realistic way. A whole new chapter has been added to the User Manual to describe this functionality in detail.

    Chapter 11 - 3D Surface Mapping

    For more information about this exciting feature, see Chapter 11 - 3D Surface Mapping.

  • A new Live Demo #8 has been added to demonstrate the new 3D functionality: have your own image wrap around a coffee mug.

  • A bug has been fixed in the GIF resizing module that was responsible for poor-quality GIF thumbnails with certain dimensions (such as those divisible by 100.)

  • A bug has been fixed that caused a crash with certain rare TIFF images.
Upgrading is free for registered users.

Advanced Image Management Advanced
Image Management
Component for .NET