/**
* Project Name: Identify Image Format by Drag-and-Drop File
* Programming Language: EPL (Easy Programming Language)
* Dependency Module: JingYi Module (Version 6.8 or above)
*
* Project Functionality:
* This project allows users to drag and drop a file onto the program interface,
* automatically identifying and displaying the image format of the file.
* Supported image formats include but are not limited to: JPEG, PNG, GIF, BMP, etc.
*
* Usage Instructions:
* 1. Ensure that the JingYi Module version 6.8 or above is installed.
* 2. Run the program and drag the desired image file from the file explorer onto the program interface.
* 3. The program will automatically detect the image format and display the identification result on the interface.
*
* Precautions:
* 1. Please do not drag and drop non-image files as it may cause the program to fail to identify or operate abnormally.
* 2. If the program is unable to identify certain image formats, please check if all necessary image processing libraries or modules are installed.
*
* Open Source License:
* This project is licensed under the [XXX Open Source License]. Please adhere to the corresponding license agreement when using the project code.
*
* Developer Information:
* Xingxing zhi ye
* Date: April 14, 2024
*/