Search found 5 matches

by fluxer
2016-06-10T14:57:55-07:00
Forum: Developers
Topic: IM7 on AWS Lambda
Replies: 3
Views: 16901

Re: IM7 on AWS Lambda

I see now that the `configure` option `--disable-installed` seems to be what I need. I cannot, however, find very much documentation on how this works exactly. Is the directory I build in using `make` the directory that the $MAGIC_HOME environment variable should be set to? can I prepend $MAGIC_HOME...
by fluxer
2016-06-10T12:20:34-07:00
Forum: Developers
Topic: IM7 on AWS Lambda
Replies: 3
Views: 16901

IM7 on AWS Lambda

'AWS Lambda' is Amazon's microservice platform. You create a function in either Node.js or Python, connect it to an endpoint, this endpoint takes the payload of a request as input, processes this through the function, and returns a response (as well as executing any peripheral actions such as write ...
by fluxer
2016-04-23T15:59:19-07:00
Forum: Users
Topic: Any idea how this image was generated?
Replies: 1
Views: 2223

Any idea how this image was generated?

https://en.fotolia.com/id/55047809

I'm interested in generating similar type images using my own parameters. Anyone have any insight as to what algorithms are used?
by fluxer
2015-10-18T10:44:14-07:00
Forum: Fred's Scripts
Topic: Using kmeans script with transparent PNGs
Replies: 3
Views: 18002

Re: How to separate transparent colors into different images

Hi Fred, I appreciate the help, and I'll be sure to create a new thread next time. My IM version is: 6.8.7-7 Q16 x86_64 2014-09-02 If I were to make this its own topic, the title you set is not quite accurate. I am actually not looking for individual images per color, just a single image in and a si...
by fluxer
2015-10-17T17:44:38-07:00
Forum: Fred's Scripts
Topic: Using kmeans script with transparent PNGs
Replies: 3
Views: 18002

Using kmeans script with transparent PNGs

Hi, I tried using this kmeans program, however I cannot seem to be able to input a PNG with a transparent background, and get out a PNG with a transparent background. I'm passing in the colors manually, and I've tried passing in "transparent", "none", "rgba(0,0,0,0)", t...