Jump to content

Is there a plugin that applies an effect to all layers?


Recommended Posts

So, I have loads of png files, something around 600. and I just want to do one simple thing. To all of them. Resize them by 200% then apply surface blur. To all of those 600 images. I know that there is a plugin that exports each layer as seperate files, but something that applies the same effect to all of them at once would make my work much easier. MUCH easier. Just, wait an hour for all of them to get in the app, crop, resize, apply blur, and save. Done. If you know a plugin that does this, please send me a link. Thank you.

Link to comment
Share on other sites

ImageMagick or G'MIC as a cli app. They can perform batch editing.

 

Plugins cant access more than 1 layer. So, the alternative are these two.

Edited by Reptillian

G'MIC Filter Developer

 

I am away from this forum for undetermined amount of time: If you really need anything related to my PDN plugin or my G'MIC filter within G'MIC plugin, then you can contact me via Paint.NET discord, and mention me.

Link to comment
Share on other sites

@SurgicalAsh

One of the features of Paint.NET is that once you use a plugin with in a work sessions it's settings remain in place until you alter them within the work session. Once you exit Paint.NET the settings revert to default.


My point is that if you want to apply a plugin to a layer, you can click on a new layer and apply the plugin feature to that layer without having to re-adjust the settings. The current plugin use will be featured at the top of the plugin list just fro this purpose, and even if you use a different plugin; the settings of the previous will be stored until it has been altered in that work session.

null54 and Reptillian appear to be the goto persons on the uses of G'MIC with Paint.NET.


For batch processing of image files you can also find useful features in:
https://www.irfanview.com
and
https://www.xnview.com/en/xnviewmp/

Edited by HyReZ
inserting additional information


 

Link to comment
Share on other sites

Here's something I thought of in G'MIC-QT. Open G'MIC-QT. Go to code[global]/code[local]. Paste this code.

 

input_glob "" #Type in your location (No spaces allowed, not my fault or null54 fault)#
r2dx 200%,5 #Resize 200% by bicubic interpolation#
fx_smooth_bilateral 42.7,13.2,1,0 #Spatial Variance, Value Variance, Iteration, Channels and Color Space Option#
output {name},{format} #Please change name to your desire, and use the right format#

What this does is import images, and then output images. They're not applied to layers.

Edited by Reptillian

G'MIC Filter Developer

 

I am away from this forum for undetermined amount of time: If you really need anything related to my PDN plugin or my G'MIC filter within G'MIC plugin, then you can contact me via Paint.NET discord, and mention me.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...