Search found 2 matches

by JuanMi73
Tue May 21, 2024 11:54 am
Forum: MP - General Support
Topic: Add custom background to pngs
Replies: 3
Views: 590

Re: Add custom background to pngs


@JuanMi73: See my edit above, I have made the suggestion.


Thanks cday :)


Edit: I have been able to do it with nconvert and batch file.
All my images in png to webp adding a "background.webp"
Thanks again!!



@echo off
cd %~dp0
for %%x in (*.png) do (
nconvert -quiet -overwrite -wmopacity ...
by JuanMi73
Tue May 21, 2024 10:11 am
Forum: MP - General Support
Topic: Add custom background to pngs
Replies: 3
Views: 590

Add custom background to pngs

Hello.

Is it possible to create a batch process to add a custom background to multiple pngs?

Thanks!!

.