Search found 33 matches
- 2019-08-29T10:06:43-07:00
- Forum: Consulting
- Topic: Paid Consulting. Multiple color models and replication
- Replies: 2
- Views: 75166
Re: Paid Consulting. Multiple color models and replication
Plot= Placing/replicating an image to exact coordinates. As for the color issue. The PDF will be printing on a printer with multiple color profiles. CMYK CMYKW CMYKOVW W=White, O=orange, V=Violet. The image obtained can be in many formats, so need to standardize those. Also, the images may be in rgb ...
- 2019-08-28T14:32:26-07:00
- Forum: Consulting
- Topic: Paid Consulting. Multiple color models and replication
- Replies: 2
- Views: 75166
Paid Consulting. Multiple color models and replication
Basically I have a pretty interesting task. I need to take an image, plot it to a pdf template and specify the color format in the generated pdf file. I would have a very hard time describing this without making a lot of private info public. If interested, please email me or Skype me. Skype:Greg ...
- 2016-09-13T13:34:02-07:00
- Forum: Consulting
- Topic: Paid Need help building a script its complicated and on going work
- Replies: 1
- Views: 89220
Re: Paid Need help building a script its complicated and on going work
Bump.
If you have questions, please ask, I really need someones help with this.
If you have questions, please ask, I really need someones help with this.
- 2016-09-03T08:29:17-07:00
- Forum: Consulting
- Topic: Paid Need help building a script its complicated and on going work
- Replies: 1
- Views: 89220
Paid Need help building a script its complicated and on going work
So I've been able to code out an imposition script already. It takes the image uploaded, does it's best to clear it up and lays it out on a sheet as expected. this all works really well. So, before you get to into this post, let me just let you know the first job pay is crap. I'm not making much ...
- 2015-07-23T20:57:53-07:00
- Forum: Users
- Topic: dynamic X and Y, no scaling, contact sheet.
- Replies: 11
- Views: 11443
Re: dynamic X and Y, no scaling, contact sheet.
Thanks Fred, I already did that. I recognized the same issue with the layout as you did, Googled the idea, and found this: https://github.com/juj/RectangleBinPack Looked at the logic behind it, and kept digging. I found that while this does not provide Everything I'd like, it's one hell of a start.
- 2015-07-23T19:59:24-07:00
- Forum: Users
- Topic: dynamic X and Y, no scaling, contact sheet.
- Replies: 11
- Views: 11443
Re: dynamic X and Y, no scaling, contact sheet.
Bonzo, you hit the nail on the head. That is exactly what I was looking for, though I do need to be able to set a max size limit and I think it's using the basic idea I was thinking about with array's, though far more thought out than I did. I wonder how difficult it would be to code this out... I'm ...
- 2015-07-22T22:29:22-07:00
- Forum: Users
- Topic: dynamic X and Y, no scaling, contact sheet.
- Replies: 11
- Views: 11443
Re: dynamic X and Y, no scaling, contact sheet.
Hey Snibgo, Your last option, 4, is the optimal solution. take a series of images, all different sizes, and lay them out so they can be put onto a sheet with a fixed size using as little space as possible. My initial approach to think in terms of free space and used space, and neighbors. so, each ...
- 2015-07-22T17:59:54-07:00
- Forum: Users
- Topic: dynamic X and Y, no scaling, contact sheet.
- Replies: 11
- Views: 11443
dynamic X and Y, no scaling, contact sheet.
ok, so here's what I got. I have a given sheet size, lets say 11x17, at 300 dpi, thats about 3300x5100. Now I need to take images of varying sizes, 300x500, 200x150, 400x800 and place them on the sheet to fill with as little left over space as possible. So like this: http://i.stack.imgur.com/cJig3 ...
- 2014-11-23T02:42:27-07:00
- Forum: Users
- Topic: Convert creates lightened image.
- Replies: 13
- Views: 18519
Re: Convert creates lightened image.
Thanks Fred. I can give you access to the source on a one on one bases, but this code generates something that in my industry is actively being worked on by many competitors. I've finally created it. I cannot show it on a website like this, it would be FAR too risky. Please feel free to contact me ...
- 2014-11-22T11:46:19-07:00
- Forum: Users
- Topic: Convert creates lightened image.
- Replies: 13
- Views: 18519
Re: Convert creates lightened image.
The images are jpg's that were rotated and converted to png's. Then overlayed with an imagemagick text generation script.
that colorspace argument worked. Thanks
that colorspace argument worked. Thanks
- 2014-11-22T11:06:21-07:00
- Forum: Users
- Topic: Convert creates lightened image.
- Replies: 13
- Views: 18519
Re: Convert creates lightened image.
Sorry, that did not work.
All the images go through the exact same process. Why would it make some images greyscaled and others not?
All the images go through the exact same process. Why would it make some images greyscaled and others not?
- 2014-11-22T11:00:29-07:00
- Forum: Users
- Topic: Convert creates lightened image.
- Replies: 13
- Views: 18519
Re: Convert creates lightened image.
thanks , I'll give it a shot
- 2014-11-22T10:46:01-07:00
- Forum: Users
- Topic: Convert creates lightened image.
- Replies: 13
- Views: 18519
Re: Convert creates lightened image.
The url I provided for all the images (http://www.brandnex.com/wristbands/test/hw_[1-36]0_wristband_none.png) is the source. basically: http://www.brandnex.com/wristbands/test/hw_10_wristband_none.png http://www.brandnex.com/wristbands/test/hw_20_wristband_none.png http://www.brandnex.com/wristbands ...
- 2014-11-22T10:44:51-07:00
- Forum: Users
- Topic: Convert creates lightened image.
- Replies: 13
- Views: 18519
Re: Convert creates lightened image.
convert (all the images from 1-36) +append final_output.png
ImageMagick 6.8.9-0
Centos 6
ImageMagick 6.8.9-0
Centos 6
- 2014-11-22T08:33:11-07:00
- Forum: Users
- Topic: Convert creates lightened image.
- Replies: 13
- Views: 18519
Convert creates lightened image.
hey guys, I am using a convert +append command to join a bunch of images. http://www.brandnex.com/wristbands/test/final_sample_1416667815.png Notice that lightened part in the middle? Well, thats being generated from a bunch of images, here's an image in the middle that appears lightened, but this ...