This method works with bash scripts on Linux, batch files on Windows, and PowerShell scripts on any platform. It can also be invoked from any programming language that supports creating a child process.
< dependency > < groupId >com.idrsolutions < artifactId >jdeli < version >LATEST Use code with caution. Copied to clipboard 💡 Key Features jdeli jar download
idrsolutions-repo https://idrsolutions.com com.idrsolutions jdeli LATEST Use code with caution. Gradle Configuration This method works with bash scripts on Linux,
Right-click your project, select Build Path > Configure Build Path > Libraries , click Add External JARs , and choose the file. 2. Using Maven (Local Repository) Height: " + img.getHeight())
Full read/write capabilities for HEIC, WebP, TIFF, DICOM, PSD, and high-resolution JPEGs.
: Advanced multi-page, compressed, and scientific imaging data. JPEG 2000 : Medical and geospatial image standards. DICOM : Medical imaging data compatibility. Licensing and Trial Version Limitations
public class JdeliTest public static void main(String[] args) File psdFile = new File("sample.psd"); try if (Jdeli.isFileSupported(psdFile)) BufferedImage img = Jdeli.read(psdFile); System.out.println("Success! Width: " + img.getWidth() + ", Height: " + img.getHeight()); else System.out.println("Format not supported by this Jdeli JAR");