Search found 197 matches: ImageMagick
Searched query: +ImageMagick
- Mon Oct 13, 2025 8:54 am
- Forum: Flows
- Topic: Imagemagick on Mac vs. PC
- Replies: 7
- Views: 1177
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.
					- Thu Oct 09, 2025 5:55 pm
- Forum: Flows
- Topic: Imagemagick on Mac vs. PC
- Replies: 7
- Views: 1177
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  But why isn't it needed on Mac then. Well, never mind. It works
  But why isn't it needed on Mac then. Well, never mind. It works 
					 But why isn't it needed on Mac then. Well, never mind. It works
  But why isn't it needed on Mac then. Well, never mind. It works 
- Thu Oct 09, 2025 4:57 pm
- Forum: Flows
- Topic: Imagemagick on Mac vs. PC
- Replies: 7
- Views: 1177
Re: Imagemagick on Mac vs. PC
It may not apply to your use case, because you may require an image type output, but know that you can also convert images to PDF using PitStop Server. There you have an easier control over what happens with color management when you do a color conversion. When using the app in Switch you just need ...
					- Thu Oct 09, 2025 3:51 pm
- Forum: Flows
- Topic: Imagemagick on Mac vs. PC
- Replies: 7
- Views: 1177
Re: Imagemagick on Mac vs. PC
Just tried on my Windows and it does also not convert it to RGB. But when I try to open the output in Photoshop I got an error with invalid profile. So it seems it attaches the Adobe RGB profile without converting the image. Here is output another cli tool of the output file: General Complete name :...
					- Thu Oct 09, 2025 3:20 pm
- Forum: Flows
- Topic: Imagemagick on Mac vs. PC
- Replies: 7
- Views: 1177
Re: Imagemagick on Mac vs. PC
Ahh. Does not sound like that should be the problem with the small changes in versions.
					- Thu Oct 09, 2025 3:17 pm
- Forum: Flows
- Topic: Imagemagick on Mac vs. PC
- Replies: 7
- Views: 1177
Re: Imagemagick on Mac vs. PC
Almost  7.1.1 on Mac and 7.1.2 on Windows.
 7.1.1 on Mac and 7.1.2 on Windows.
					 7.1.1 on Mac and 7.1.2 on Windows.
 7.1.1 on Mac and 7.1.2 on Windows.- Thu Oct 09, 2025 3:08 pm
- Forum: Flows
- Topic: Imagemagick on Mac vs. PC
- Replies: 7
- Views: 1177
Re: Imagemagick on Mac vs. PC
Same version of ImageMagick?
					- Thu Oct 09, 2025 2:59 pm
- Forum: Flows
- Topic: Imagemagick on Mac vs. PC
- Replies: 7
- Views: 1177
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.  ...
					- Fri Sep 19, 2025 11:37 am
- Forum: Flows
- Topic: Confusing info on color mode for psd files
- Replies: 5
- Views: 1129
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
					
Tested, and it works

- Thu Sep 18, 2025 3:15 pm
- Forum: Flows
- Topic: Confusing info on color mode for psd files
- Replies: 5
- Views: 1129
Re: Confusing info on color mode for psd files
It seems that ImageMagick does not touch the XMP-data doing the conversion. But as soon as Photoshop opens the file it is updated. Is it possible to have Photoshop do a resave of only PSD-files in the flow. Or use ExifTool to set  ...
					- Thu Sep 18, 2025 3:04 pm
- Forum: Flows
- Topic: Confusing info on color mode for psd files
- Replies: 5
- Views: 1129
Confusing info on color mode for psd files
...  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 it will be converted to AdobeRGB  ...
					- Fri Apr 04, 2025 12:47 pm
- Forum: Preflighting
- Topic: Hundreds of files - one report
- Replies: 4
- Views: 32433
Re: Hundreds of files - one report
...  info to a sheet. There is a Google sheet App for that. https://www0.enfocus.com/en/appstore/product/google-sheets-connect So you could use imageMagick to quickly get resolution data and then store data outside. Then you can have simple look at the google sheet anytime. If you need something  ...
					- Sat Mar 29, 2025 9:18 pm
- Forum: PitStop Server
- Topic: Invert B&W PNG to W&B?
- Replies: 6
- Views: 37613
Re: Invert B&W PNG to W&B?
...  Thanks for the reply! However, my development ended up needing even more customization so for now I have just defaulted to using Imagemagick for my lots of my raster editing.
					- Fri Mar 28, 2025 11:07 am
- Forum: Color Management
- Topic: RGB to CMYK conversions
- Replies: 2
- Views: 74314
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  ...
					- Thu Mar 27, 2025 9:25 am
- Forum: Switch
- Topic: Photoshop 20.0 app
- Replies: 2
- Views: 17330
Re: Photoshop 20.0 app
...  you want to do is to reduce the size of images (by reducing the resolution I assume) then a much faster, much more efficient alternative is to use ImageMagick. You can install that on your Switch server and run it via "Execute command". There is also an app that makes the whole setup  ...