[general]
name=Multi Background Exporter
qgisMinimumVersion=3.16
description=Export the current visible QGIS map composition as a high-resolution PNG, or batch-export background variants
about=Captures the map extent and the exact visible-layer composition when the plugin opens, then re-renders it
    at the selected DPI as a print-quality PNG without using a screen-capture tool or Print Layout. Optionally,
    select background layers or groups to export one themed variant per item with the same frame and scale.
    [Key features]
    - Starts with the layers currently visible on the map, including partially visible layer groups
    - Export the current composition as one high-resolution image when no background item is selected
    - Select multiple base layers (always shown) and multiple background layers/groups (up to 30, one image per item)
    - Recognizes QGIS layer-tree groups, so a theme split across several layers still counts as a single export item
    - Drag-to-select the export region/size directly on the map canvas, screenshot-tool style (Shift+corner-drag locks the aspect ratio)
    - Clear all base/background checks with one button; refresh renamed layers while retaining selections by layer ID
    - Detect duplicate/existing output names before export, without overwriting files
    - Responsive progress dialog with cancellation for batch exports
    - Save favorite output sizes and automatically remember the last size used
    - Live low-resolution preview panel before exporting
    - Adjustable output DPI for print-quality results
version=1.9
author=sr park
email=qkrsr414@gmail.com
tags=export,image,map,layer,background,batch,png,dpi,capture,crop,preview,favorite,내보내기,배경레이어,이미지,캡처
homepage=https://github.com/qkrsr414-stack/eupp
tracker=https://github.com/qkrsr414-stack/eupp/issues
repository=https://github.com/qkrsr414-stack/eupp
experimental=False
deprecated=False
icon=icon.png
category=Raster
changelog=1.9
    - Initializes the export extent and base-layer selection from the currently visible map canvas
    - Preserves partially visible layers inside layer groups
    - Exports the current layer composition as one high-resolution PNG when no background item is selected
    - Added a button to clear all base and background selections
    - Refreshes renamed layers and groups while retaining selections by layer ID
    - Detects duplicate or existing output filenames before export and never overwrites them
    - Added responsive batch-export progress and cancellation
    - Enlarged the preview and automatically matches its dimensions to the map aspect ratio
    - Moved output options below the preview and increased the height of both layer lists
    - Added a labeled export log with an empty-state message
    - Updated Qt enums and the event-loop call for Qt6 and QGIS 4 compatibility
    1.8
    - Added a LICENSE file (GNU GPL v2, matching QGIS's own license and the official plugin repository requirement)
    1.7
    - Linked the public source repository (homepage/tracker/repository) at https://github.com/qkrsr414-stack/eupp
    1.6
    - Added an English description/about section (required for the official QGIS plugin repository)
    1.5
    - Added a plugin icon
    1.4
    - Added saved favorite output sizes
    - Automatically remembers and restores the most recently used output size
    1.3
    - Added a low-resolution preview panel with selectable preview targets
    - Increased the maximum number of background items from 10 to 30
    1.2
    - Added aspect-ratio locking while Shift-dragging a corner handle
    1.1
    - Added a screenshot-style overlay for selecting the export region and size
    1.0
    - Initial release with multiple base layers, background layers/groups, and batch image export
