TIFF images are usually used to store multiple barcodes during automatic scanning. Such cases require to read multiple barcodes from the multi-frame TIFF image. Accordingly, this article explains how to read different kinds of barcodes from a TIFF image programmatically in Java.
Convert PSD to PNG in C#
PSD (Photoshop Document) is a native image file format for Adobe Photoshop. PSD files are commonly used to create logos, brochures, and other images. You can easily generate PNG image from PSD programmatically. In this article, you will learn how to convert a PSD to a PNG image in C#.
Viewer of DWG files based on ASP.NET
We can dynamically export 2D or 3D drawings from DWG files to PNG documents and view in browser. CAD software produce and support DWG files. Learn how to view a DWG file using ASP.NET in this post.
Convert XPS to TIFF in Java
XPS document uses XML in layout but similar to PDF file format. In certain cases, we may need to convert XPS to TIFF images programmatically. In this article, you will learn how to convert XPS to TIFF in Java.
Convert GPX to GeoJSON in C#
GPX is an XML schema designed as a common GPS data format. Whereas, the GeoJSON format is an open standard design to represent geographical features. In certain cases, you may need to convert GPX to GeoJSON format. In accordance with such use cases, this article covers how to convert a GPX file to GeoJSON format programmatically in C#.
Draw Shapes in Java: Lines, Arcs, Ellipses, and Rectangles
In certain cases, you may need to create different objects by drawing the shapes such as circles, lines, rectangles, etc. Also, you may have to draw these shapes on images for annotation. In this article, you will learn how to draw shapes programmatically in Java. Particularly, you will learn how to draw lines, ellipses, arcs, and rectangles and generate their images.
Convert OBJ to USDZ in Python
In a 3D object file, we can find 3D coordinates, texture maps, polygonal faces, and other information related to your 3D object. Whereas, a USDZ file format enables iOS devices to display 3D and AR content without the need for specialized apps. In this article, we will learn how to convert an OBJ file to USDZ format in Python.
Create HTML File in C#
HTML files are used to display data or information in web pages. Sometimes, you may need to create an HTML file within your projects. Following such scenarios, this article covers how to create an HTML file programmatically in C#.
Convert XER to MPP in Java
XER and MPP files are widely used in project management and project planning applications. You might need to convert an XER file to MPP format in your Java applications. Considering such requirements, this article explains how to convert an XER file to MPP format programmatically in Java.
Image Skew Correction in Java
In computer graphics and image processing, image skew is an angle deviation of a set of rectangular images. It is also known as image tilt or JPEG distortion. In this article, we will learn how to perform image skew correction in Java.