当前位置:网站首页>Batch add watermark to pictures batch add background zoom batch merge tool picUnionV4.0
Batch add watermark to pictures batch add background zoom batch merge tool picUnionV4.0
2022-08-10 05:46:00 【DOCKER007】
Main functions:1. Add background images in batches: Combine images in the folder (including subfolders) with the specified template images in batches (add background images in batches, and scale and resize in batches)2. Add watermark to pictures in batches: add a watermark (overlay) in the specified png format to all pictures3. Batch scaling and resizing of pictures: scaling according to the template picture (equal scaling, or stretching scaling)4. Save to the specified location, or save to a new folder at the same level (to avoid confusion)5. Repeatable execution: When repeated execution, only new files are regenerated, and files with the same name will not be generated repeatedly.# Achieved effect:# 0. Recursive folder: recurse by folder and subordinate folder# 1. Batch scaling: batch scaling the image size (scale the target image according to the specified template image size, and merge)# 2. Batch watermark: batch add the watermark template image in png format to the specified image# 3. Batch save and rename: batch save pictures as "original file name + picture size" pictures# 4. Optional save path: You can choose to keep the original path as the save path, or you can create a new folder at the same level as the parent folder to store new pictures# 5. Repeatable execution and non-repetitive generation: differentiated by file name, will not be processed, and will not be repeatedly generated with the file name of "original file name + image size" (repeated execution will overwrite the previous execution result, but will notRepeat the processing of the last execution result picture, mainly distinguished by the file name)##
It has been packaged into an exe executable file, which can be opened without installation in green: Download address: https://download.csdn.net/download/feng_601/72087005
Intuitive explanation of the result map: layer: layer 1: background template image, layer 2: target image (batch automatic scanning), layer 3: watermark png image overlay
Running renderings:
Image batch add background batch watermark and zoom tool V4.0
Principle and effect: batch add background, batch add watermark, batch adjust size

Case:
Original image: Dimensions vary
Enter the template image size: template 1-1530x900.jpg (prepare the baseboard image in the corresponding format)
Enter a watermark image: watermark2.png (1530x900, prepare a watermark image in png format)
Processing effect: support scanning of multi-layer and multi-level folders, and automatically create same-level folders for outputting results (or specify to save to a specified path)

Equal scaling effect:
No scaling effect: larger background image and smaller target image

Stretching and zooming effect: full effect, the size of the background image and the target image are quite different, there will be stretching deformation (the size is close, there is no deformation problem)

Intuitive explanation of the result map: Layer: Layer 1: Background template image, Layer 2: Target image (batch automatic scanning), Layer 3: Watermark png image superimposed on it
Code written in my spare time, python code reference document: CSDN
https://mp.csdn.net/mp_blog/creation/editor/122122603
边栏推荐
猜你喜欢
随机推荐
【写下自用】每次都忘记如何train?记录如何训练自己的yolov5
Linux数据库Oracle客户端安装,用于shell脚本用sqlplus连接数据库
视图【】【】【】【】
【el和template区别】
OneFlow源码解析:算子指令在虚拟机中的执行
Pony语言学习(九)——泛型与模式匹配(终章)
图片批量添加水印批量加背景缩放批量合并工具picUnionV4.0
用Pytorch从0到1实现逻辑回归
私有化搭建个人网盘 NextCloud
非会员更改有道云笔记背景
ACID四种特性
IDEA 项目中设置 Sources Resources 等文件夹
IDEA连接MySQL数据库并执行SQL查询操作
pytest测试框架
latex图片排版技巧总结
常用工具系列 - 常用正则表达式
论文精读 —— 2021 CVPR《Progressive Temporal Feature Alignment Network for Video Inpainting》
GtkD开发之路
训练集Loss收敛,但是测试集Loss震荡的厉害?
pytorch框架学习(2)使用GPU训练









