Search found 15 matches

by ChristianK
Thu Apr 04, 2024 4:51 pm
Forum: Flows
Topic: Flow to automate creation gif image
Replies: 3
Views: 246

Re: Flow to automate creation gif image

Thanks Jan for your answer !
by ChristianK
Thu Apr 04, 2024 2:23 pm
Forum: Flows
Topic: Flow to automate creation gif image
Replies: 3
Views: 246

Flow to automate creation gif image

Hi all,
Do you think there's a way to made a flow that create a gif file from images in a submit folder ?
And convert the gif to a video file .mp4 ?

Thanks in advance for your help or advice to use some app within Switch,

Regards,
Christian
by ChristianK
Thu Jan 11, 2024 4:37 pm
Forum: Flows
Topic: Flow to inspect compression jpeg
Replies: 12
Views: 227107

Re: Flow to inspect compression jpeg

Hi, Have tested but all my images test files with different compression level goes to the same output folder..... By the way, I made a batch script that works and give me the value in a texte file for each images, not using Switch. Capture d’écran 2024-01-11 à 16.33.36.png Capture d’écran 2024-01-11...
by ChristianK
Wed Jan 10, 2024 8:16 pm
Forum: Flows
Topic: Flow to inspect compression jpeg
Replies: 12
Views: 227107

Re: Flow to inspect compression jpeg

it works ! It's what I'm doing but have to write the text before select match, otherwise I can't write the regexp

Thanks for your help, I'm testing now !
Best Regards,

Christian
by ChristianK
Wed Jan 10, 2024 5:24 pm
Forum: Flows
Topic: Flow to inspect compression jpeg
Replies: 12
Views: 227107

Re: Flow to inspect compression jpeg

OK i try this, can you please tell me how do you made to write in the right section of regexp conditions ?
Very best regards,
Christian
Capture d’écran 2024-01-10 à 17.20.51.png
Capture d’écran 2024-01-10 à 17.20.51.png (180.28 KiB) Viewed 226848 times
by ChristianK
Wed Jan 10, 2024 2:19 pm
Forum: Flows
Topic: Flow to inspect compression jpeg
Replies: 12
Views: 227107

Re: Flow to inspect compression jpeg

Maybe I know why I haven't informations : I have no module licence for metadata.....
by ChristianK
Wed Jan 10, 2024 2:02 pm
Forum: Flows
Topic: Flow to inspect compression jpeg
Replies: 12
Views: 227107

Re: Flow to inspect compression jpeg

Thanks a lot, now I have result .... but wrong... First I test my command in cmd , and I check some errors (path to DLL, I change it and it's good) and have the result : jpeg compression is 99 : all works fine Now I translate the command in switch : I have to made this : "C:\Program Files\Image...
by ChristianK
Wed Jan 10, 2024 11:41 am
Forum: Flows
Topic: Flow to inspect compression jpeg
Replies: 12
Views: 227107

Re: Flow to inspect compression jpeg

I try the flow available in Enocus Run Command but have error too ... didn't find the output folder seems to be the issue....
Capture d’écran 2024-01-10 à 11.40.14.png
Capture d’écran 2024-01-10 à 11.40.14.png (140.52 KiB) Viewed 226955 times
Capture d’écran 2024-01-10 à 11.39.29.png
Capture d’écran 2024-01-10 à 11.39.29.png (191.36 KiB) Viewed 226955 times
Capture d’écran 2024-01-10 à 11.38.16.png
Capture d’écran 2024-01-10 à 11.38.16.png (124.9 KiB) Viewed 226955 times
Regards, Christian
by ChristianK
Wed Jan 10, 2024 11:26 am
Forum: Flows
Topic: Flow to inspect compression jpeg
Replies: 12
Views: 227107

Re: Flow to inspect compression jpeg

Thanks Jan,
I made the flow as you describe, it works but i didn't have information ? and have error
How can I output information in text file ? or sort result if compression is low level ?

Thanks again for your hlep,
regards,
Christian
jpeg.png
jpeg.png (13.62 KiB) Viewed 226962 times
error.png
error.png (28.73 KiB) Viewed 226962 times
by ChristianK
Tue Jan 09, 2024 12:00 pm
Forum: Flows
Topic: Flow to inspect compression jpeg
Replies: 12
Views: 227107

Flow to inspect compression jpeg

Hi all, Happy New Year !!
Is there a way to made a flow to check compression level of jpeg file and sort files from the level ?
Best Regards,

I think maybe with imagemagick something like -format info but how to made it ?

Regards,
Christian
by ChristianK
Mon Apr 24, 2023 9:35 am
Forum: Flows
Topic: Flow to combine 2 images with ImageMagick
Replies: 2
Views: 5100

Re: Flow to combine 2 images with ImageMagick

Hi Loic, thanks for your answer and your help ! I'll made my test and give you feedback !

Thanks for your tips !

Regards,
Christian
by ChristianK
Fri Apr 21, 2023 4:42 pm
Forum: Flows
Topic: Flow to combine 2 images with ImageMagick
Replies: 2
Views: 5100

Flow to combine 2 images with ImageMagick

Hi, I don't know howto to made a flow to combine all sequence of 2 identical named mages into 1 image with Imagemagick : - 2 images have a same name but have a different+ suffix to identify the background for combining images : image01_background image01_portrait image02_background image02_portrait ...
by ChristianK
Fri Feb 03, 2023 4:38 pm
Forum: LEGACY scripting
Topic: Run PowerShell Script incoming Job
Replies: 2
Views: 9527

Re: Run PowerShell Script incoming Job

Great !! It's works fine ! Thanks for the tip FreddyP ! I've modified my flow with this app, and it made the job !
Thanks again !
Regards,
Christian
by ChristianK
Fri Feb 03, 2023 11:42 am
Forum: LEGACY scripting
Topic: Run PowerShell Script incoming Job
Replies: 2
Views: 9527

Run PowerShell Script incoming Job

Hi, I have a PowerShell script that recursively delete specific named subfolders from a root folder, works fine. I'd like to use it with Switch to automate deletions from input folder. My little script is this one : Get-ChildItem -path e:\inputFolder\ -Include 'FoldertoDelete' -Recurse -force | Remo...
by ChristianK
Wed Dec 14, 2022 4:15 pm
Forum: Flows
Topic: Delete specific folders after unzip
Replies: 3
Views: 3293

Re: Delete specific folders after unzip

Thanks Freddyp for your answer,

Finally I found a way, I made it with 2 flows :
- First unzip the files in archive hierarchy
- Second flow submit the archive hierarchy and then define conditions to keep only needed files, all others goes to Trash.

Regards,
Christian