Search found 12 matches

by twaintwist
2013-12-16T21:53:25-07:00
Forum: Users
Topic: Adding Colorspace and ICC profile after Composite
Replies: 10
Views: 6811

Re: Adding Colorspace and ICC profile after Composite

Thank you very much for your help ---- there happened to be an sRGB.icc in C:\Program Files\ImageMagick-6.8.7-Q16

And adding it in with -profile worked!

Again --- I really appreciate the help
by twaintwist
2013-12-16T21:22:40-07:00
Forum: Users
Topic: Adding Colorspace and ICC profile after Composite
Replies: 10
Views: 6811

Re: Adding Colorspace and ICC profile after Composite

Thanks for the info.... Here is the initial jpeg https://www.dropbox.com/l/I4SNBsWYcOWQa8WttAZ0va then card image is run through some Photoshop JS scripts to extract the 'card' image ----- and create the png with the xmp 'comment' field as well as preserving the colorspace and ICC profile. I can't ...
by twaintwist
2013-12-16T19:46:31-07:00
Forum: Users
Topic: Adding Colorspace and ICC profile after Composite
Replies: 10
Views: 6811

Re: Adding Colorspace and ICC profile after Composite

OK --- I re-typed your one-liner and now it works ----- just had to add quotes around "rgba(0,0,0,0.5)".....

But the sRGB and ICC profiles are still stripped with the composite step....
by twaintwist
2013-12-16T19:16:08-07:00
Forum: Users
Topic: Adding Colorspace and ICC profile after Composite
Replies: 10
Views: 6811

Re: Adding Colorspace and ICC profile after Composite

Thanks for the reply.... When I view the original file there is sRGB colorspace and an ICC profile ..... see https://www.dropbox.com/l/GsLDUQvqcLLJfr62FURxXe ---- but after compositing the colorspace and ICC profile are missing.... I'm looping through a folder of images --- so the c:\tempfolder ...
by twaintwist
2013-12-16T17:48:16-07:00
Forum: Users
Topic: Adding Colorspace and ICC profile after Composite
Replies: 10
Views: 6811

Re: Adding Colorspace and ICC profile after Composite

Sorry about that --- I thought I made the images public ---- here is a dropbox link https://www.dropbox.com/l/DpMTvW6MDFxFKFMUdDcEab And I'd like to use Composite because the text length varies and I'd like all the text to fit within a region on the print..... perhaps there is a better way using ...
by twaintwist
2013-12-16T12:44:55-07:00
Forum: Users
Topic: Adding Colorspace and ICC profile after Composite
Replies: 10
Views: 6811

Adding Colorspace and ICC profile after Composite

I'm overlaying text on .png images using Composite --- which wipes the metadata. I've found a way to export the metadata from the images and then add back to the image (using exiv2).... but it fails to handle the colorspace and color profile. I believe the -colorspace depends on the input image ...
by twaintwist
2012-05-12T16:43:10-07:00
Forum: Users
Topic: Find Coordinate location for solid color objects
Replies: 11
Views: 20128

Re: Find Coordinate location for solid color objects

Fred ----

the image background is transparent (a .png file) --- so I can make it any color....
by twaintwist
2012-05-11T09:45:56-07:00
Forum: Users
Topic: Find Coordinate location for solid color objects
Replies: 11
Views: 20128

Re: Find Coordinate location for solid color objects

Fred --- very excellent ---- I'll give it a try
by twaintwist
2012-05-11T06:54:54-07:00
Forum: Users
Topic: Find Coordinate location for solid color objects
Replies: 11
Views: 20128

Re: Find Coordinate location for solid color objects

Anthony ---- thanks -----

I'll write the looping script --- and once identifying which pixels belong to each circle average the coordinates to find the center point.....

thanks
by twaintwist
2012-05-09T08:19:42-07:00
Forum: Users
Topic: Find Coordinate location for solid color objects
Replies: 11
Views: 20128

Re: Find Coordinate location for solid color objects

I would like to know the actual coordinates/size of the dots to allow more flexibility in replacing the dots ---- in the future I'd like to replace some of the dots of the same color with the same object and other dots of that same color with different objects (i.e. not all the dots of a particular ...
by twaintwist
2012-05-09T07:43:43-07:00
Forum: Users
Topic: Find Coordinate location for solid color objects
Replies: 11
Views: 20128

Re: Find Coordinate location for solid color objects

Thank you for your responses --- I was delayed in responding because my notifications weren't working..... I will try out the suggestions --- thanks Here is a link to the example image [img]https://picasaweb.google.com/lh/photo/1LYSIl4f8FViz6KlIe60TdMTjNZETYmyPJy0liipFm0?feat=directlink[img] https ...
by twaintwist
2012-05-01T18:55:24-07:00
Forum: Users
Topic: Find Coordinate location for solid color objects
Replies: 11
Views: 20128

Find Coordinate location for solid color objects

In a graphic (non-modulated scene) that contains multiple large dots (30 dots) --- dots can be 4 colors (green, pink, black, yellow). I would like to find all the dots of a particular color and replace them with an object ---- perhaps the yellow dots would be converted to a picture of a daisy, the ...