Alpha fill check action list

Post Reply
JavierLFPC
Newbie
Posts: 4
Joined: Fri Feb 07, 2025 11:07 am
Location: Valencia
Contact:

Alpha fill check action list

Post by JavierLFPC »

Hi,

I need to create an action list in PitStop pro that detects any object with an alpha fill and show me an error message if there is not an alpha fill.
Typically the jobs will include jpeg objets with transparency.
In attachment you can find 2 pdf files, with and without transparency.
NoTransparency.jpeg
NoTransparency.jpeg (137.01 KiB) Viewed 5676 times
Transparency.jpeg
Transparency.jpeg (217.05 KiB) Viewed 5676 times
freddyp
Advanced member
Posts: 1129
Joined: Thu Feb 09, 2012 3:53 pm

Re: Alpha fill check action list

Post by freddyp »

The JPEG format does not support transparency, so a method that is based on the properties of the image will not work. What you are referring to is undoubtedly the fact that there are white pixels.

Here is a conceptual way of detecting those. Run a PitStop Server Action List on the image (make sure to enable image input on the app):
Trace path (you can play a bit with the resolution and the white threshold; white holes can be ignored)
Select last added objects
Log selection

If the size of the created trace path is smaller than that of the image, there were "transparent" pixels. All other jobs do not have them.
yosimo
Member
Posts: 64
Joined: Tue Mar 27, 2018 6:25 pm

Re: Alpha fill check action list

Post by yosimo »

JavierLFPC wrote: Wed Jun 04, 2025 12:52 pm ...In attachment you can find 2 pdf files, ...
Hi JavierLFPC,
I cannot find your PDF files. Only JPG files are shown. Perhaps you could make the PDF files available for download (from a file hoster)?
JavierLFPC
Newbie
Posts: 4
Joined: Fri Feb 07, 2025 11:07 am
Location: Valencia
Contact:

Re: Alpha fill check action list

Post by JavierLFPC »

Hi,

Sure! Here you have a link to download them:
https://www.transferxl.com/es/download/08vH2W4mzv5nBc

Thanks!
Post Reply