当前位置:网站首页>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: CSDNhttps://mp.csdn.net/mp_blog/creation/editor/122122603
边栏推荐
猜你喜欢
随机推荐
来亲自手搭一个ResNet18网络
先人一步,不再错过,链读APP即将上线!
Canal 报错 Could not find first log file name in binary log index file
训练集Loss收敛,但是测试集Loss震荡的厉害?
tinymce富文本编辑器
Pony语言学习(六):Struct, Type Alias, Type Expressions
Module build failed TypeError this.getOptions is not a function报错解决方案
pytorch框架学习(7) tensorboard使用
ZigBee 网络设备相关内容
YOLOv5 PyQt5(一起制作YOLOv5的GUI界面)
基于Servlet的验证码登陆demo
【写下自用】每次都忘记如何train?记录如何训练自己的yolov5
自适应空间特征融合( adaptively spatial feature fusion)一种基于数据驱动的金字塔特征融合策略
网络安全6
win12 修改dns脚本
cesium 旋转图片
树莓派入门(3)树莓派GPIO学习
深度学习中数据到底要不要归一化?实测数据来说明!
AVL tree insertion--rotation notes
在yolov5的网络结构中添加注意力机制模块