Search found 344 matches

by Terkelsen
Mon Oct 13, 2025 8:54 am
Forum: Flows
Topic: Imagemagick on Mac vs. PC
Replies: 7
Views: 554

Re: Imagemagick on Mac vs. PC

@freddyp, I'm aware of that but in this case I need an image output and PitStop Server is not available.
by Terkelsen
Thu Oct 09, 2025 5:55 pm
Forum: Flows
Topic: Imagemagick on Mac vs. PC
Replies: 7
Views: 554

Re: Imagemagick on Mac vs. PC

I'm not quite sure I understand why but yes, the "-type TrueColor" argument seems to solve the problem :shock: But why isn't it needed on Mac then. Well, never mind. It works :D
by Terkelsen
Thu Oct 09, 2025 3:17 pm
Forum: Flows
Topic: Imagemagick on Mac vs. PC
Replies: 7
Views: 554

Re: Imagemagick on Mac vs. PC

Almost ;-) 7.1.1 on Mac and 7.1.2 on Windows.
by Terkelsen
Thu Oct 09, 2025 2:59 pm
Forum: Flows
Topic: Imagemagick on Mac vs. PC
Replies: 7
Views: 554

Imagemagick on Mac vs. PC

I'm trying to convert a grayscale image containing an icc profile (Generic Gray Gamma 2.2 Profile.icc) to AdobeRGB 1998 using Imagemagick via "Execute command" in Switch. It all works very well on Mac. Doing the exact same thing on Windows doesn't change the colorspace to RGB. Using the &q...
by Terkelsen
Fri Sep 19, 2025 11:37 am
Forum: Flows
Topic: Confusing info on color mode for psd files
Replies: 5
Views: 895

Re: Confusing info on color mode for psd files

That could be a workaround but I choose another approach. After the conversion I run Imagemagick again with a -verbose argument using the app Run Command. I now have the correct information in Private data and can use this as variables to update the XMP using Inject XMP. :)
Tested, and it works :D
by Terkelsen
Thu Sep 18, 2025 4:06 pm
Forum: Flows
Topic: Confusing info on color mode for psd files
Replies: 5
Views: 895

Re: Confusing info on color mode for psd files

Using Photoshop is not an option in this case.
Rather than using exiftool I think I might as well use the "XMP inject" build into Switch and set to "Update XMP", but as you mention, I will need to be sure that this information is actually correct ;)
by Terkelsen
Thu Sep 18, 2025 3:04 pm
Forum: Flows
Topic: Confusing info on color mode for psd files
Replies: 5
Views: 895

Confusing info on color mode for psd files

I'm creating a rather complex flow for handling images in many different formats and color spaces. Part of this flow is converting CMYK and Indexed colors to AdobeRGB. I'm using ImageMagick in Switch (Execute Command) to do the conversation, and that works fine. If I send a jpg in CMYK into the flow...
by Terkelsen
Thu Jul 03, 2025 5:05 pm
Forum: Flows
Topic: Job Board - Checkpoint View Option
Replies: 2
Views: 56388

Re: Job Board - Checkpoint View Option

I'm not quite sure what is the purpose of not letting the user download the file. Is it because you don't want the user to see the content or you don't want the user to be able to download the original file? Either way you could generate another file, that you send to the checkpoint. If you don't wa...
by Terkelsen
Tue May 27, 2025 3:25 pm
Forum: Flows
Topic: Timeout for Check Point
Replies: 1
Views: 2621

Timeout for Check Point

I'm looking for a way to automatically send a file from a Check Point on a certain criteria without having to manually trigger it. A file arrives at a Check Point with a certain date somewhere in it's metadata. If the current date is more than five days after the date in the metadata, I would like t...
by Terkelsen
Wed Apr 30, 2025 2:23 pm
Forum: Griffin
Topic: Best Methods/Practices for Maximizing Griffin Layout?
Replies: 7
Views: 72448

Re: Best Methods/Practices for Maximizing Griffin Layout?

Can you not just open the layout in Griffin, change the width and height in Layout and add marks?
by Terkelsen
Wed Apr 02, 2025 3:13 pm
Forum: Flows
Topic: Execute Command SSH - "%1"
Replies: 3
Views: 27582

Re: Execute Command SSH - "%1"

If it's "only" a matter of preserving the metadata you could export the metadata as xml before sending the file to the other Mac and then inject the xml again into the file, when it returns. I have done that with files being send to Zünd PrepareIt and used the free app "Inject XML&quo...
by Terkelsen
Tue Apr 01, 2025 2:09 pm
Forum: Applications
Topic: Switch with Acrobat
Replies: 10
Views: 94034

Re: Switch with Acrobat

@alahode. My Acrobat is 2024.002.21005
by Terkelsen
Mon Mar 31, 2025 10:08 am
Forum: Applications
Topic: Switch with Acrobat
Replies: 10
Views: 94034

Re: Switch with Acrobat

As both Magnus and Loïc states there are better and faster ways to do this. Anyway I just tested and the conversion via Acrobat works fine for me. Switch 2024 Fall, Acrobat 2024, Mac OS 14.7.4
by Terkelsen
Fri Mar 28, 2025 11:07 am
Forum: Color Management
Topic: RGB to CMYK conversions
Replies: 2
Views: 72804

Re: RGB to CMYK conversions

An ImageMagick argument like this should do what you want. Just replace the path to the source and destination profiles with whatever is relevant in you setup. "%1" -profile "/Library/Application Support/Adobe/Color/Profiles/Recommended/sRGB Color Space Profile.icm" -profile &quo...
by Terkelsen
Mon Mar 24, 2025 11:42 am
Forum: Flows
Topic: metadata inline variabiles
Replies: 4
Views: 23653

Re: metadata inline variabiles

...or use "Greater than or equal to" or "Less than or equal to" depending on where you want these files to go ;)