Search found 12 matches

by PMLaura
2014-02-16T19:33:35-07:00
Forum: Users
Topic: Raw Binary Date to Image File
Replies: 4
Views: 3172

Re: Raw Binary Date to Image File

Here's a sample of the XML with the image data truncated, I can email/post the actual xml somewhere if required didn't want to mess up the board with masses of garbage. Thanks for any assistance <?xml version="1.0" encoding="utf-8"?> <MLW Cmd="35" TStamp="2014-01-31T04:49:07" Id="n07" OrgId ...
by PMLaura
2014-02-16T17:40:40-07:00
Forum: Users
Topic: Raw Binary Date to Image File
Replies: 4
Views: 3172

Re: Raw Binary Date to Image File

Thanks for your response, just as soon as I have one I will post it.

Can you give me some idea of what IM is capable of in regards to this sort of thing? We are investigating various means of generating the image and this is one of them.

Thanks again
-- Laura
by PMLaura
2014-02-13T23:57:13-07:00
Forum: Users
Topic: Raw Binary Date to Image File
Replies: 4
Views: 3172

Raw Binary Date to Image File

Hi there We will soon be receiving some XML files that basically contain raw binary image data that then need to be converted into the actual image file including the metadata also contained in the same XML file. Is this something ImageMagick can handle? I've had a quick look around and there seems ...
by PMLaura
2013-05-01T15:17:57-07:00
Forum: Bugs
Topic: Converting PSD files to PNG
Replies: 8
Views: 13463

Re: Converting PSD files to PNG

Hi there, thanks for your response.

It doesn't matter which PSD I use, even one I generated myself, the results are the same.

v6.8.0-7 generates a perfect PNG file but no embedded profile (or perhaps an invalid profile) and v6.8.5-3 generates an invalid png.

Thanks
Laura
by PMLaura
2013-04-30T22:11:36-07:00
Forum: Bugs
Topic: Converting PSD files to PNG
Replies: 8
Views: 13463

Re: Converting PSD files to PNG

Hi there That doesn't actually seem to be the case at least in version v6.8.0-7 If I do: convert file.psd file.png and the psd has layers, I get one png for each layer - kinda nifty. OR if I do convert file.psd[0] file.png I get just the single png file from the combined layer - this is all fine. My ...
by PMLaura
2013-04-30T21:03:47-07:00
Forum: Bugs
Topic: Converting PSD files to PNG
Replies: 8
Views: 13463

Re: Converting PSD files to PNG

Hi there, thanks for your response

Literally just doing a basic convert

convert /Path/to/file.psd /Path/to/file.png
by PMLaura
2013-04-30T19:51:41-07:00
Forum: Bugs
Topic: Converting PSD files to PNG
Replies: 8
Views: 13463

Converting PSD files to PNG

Hi there, please see this thread for more details of what I've tried and what others have suggested: http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=23257 Basically I'm trying to convert Print optimised PSD files (with embedded colour profile) to PNGs (with a different embedded ...
by PMLaura
2013-04-25T23:30:42-07:00
Forum: Users
Topic: PSD to PNG - Color profile issues.
Replies: 11
Views: 11079

Re: PSD to PNG - Color profile issues.

Hi there I haven't posted the full path to the files and colour profiles in my replies because it would make the post very messy. The paths are correct when I'm actually using the command. Image Magick is not error-ing in any way. However, I did test your suggestion and put all files and profiles ...
by PMLaura
2013-04-25T20:32:18-07:00
Forum: Users
Topic: PSD to PNG - Color profile issues.
Replies: 11
Views: 11079

Re: PSD to PNG - Color profile issues.

Hi there, thanks again for your response The backslashes escape the spaces in the profile name (standard unix practice) you can either use quotes to enclose a filename with spaces or escape them with backslashes so basically "A file with spaces" and a\ file\ with\ spaces are equivalent. Just to be ...
by PMLaura
2013-04-25T17:33:58-07:00
Forum: Users
Topic: PSD to PNG - Color profile issues.
Replies: 11
Views: 11079

Re: PSD to PNG - Color profile issues.

Oh, also on further reading, assuming I'm understanding correctly, if an image has a profile embedded already you only define the output profile?

So I also tried:

convert Original.psd -profile sRGB\ Color\ Space\ Profile.icm converted.png

With the same result
by PMLaura
2013-04-25T16:53:05-07:00
Forum: Users
Topic: PSD to PNG - Color profile issues.
Replies: 11
Views: 11079

Re: PSD to PNG - Color profile issues.

Thanks so much for your reply I tried as your suggested defining both profiles as follows (with appropriate paths which I removed here for brevity): convert Original.psd -profile AdobeRGB1998.icc -profile sRGB\ Color\ Space\ Profile.icm converted.png and unfortunately I'm getting the same error and ...
by PMLaura
2013-04-23T22:43:59-07:00
Forum: Users
Topic: PSD to PNG - Color profile issues.
Replies: 11
Views: 11079

PSD to PNG - Color profile issues.

Hi All I'm trying to setup ImageMagic to convert psd files (with "Adobe RGB (1998)" embedded color profile) that have been optimised for print, to sRGB (with sRGB colour profile) PNGs for iPad development. Currently I have ImageMagick installed on my Mountain Lion Mac - installed using Mac Ports ...