Search found 10 matches

by mirrorworld
2018-05-04T03:53:14-07:00
Forum: Users
Topic: Missing Image
Replies: 2
Views: 3017

Re: Missing Image

### SOLVED ### Wasn't a problem with the code, just had to wait a fraction before calling the image I'd just created, then could work on it without a problem. Did this by just calling the required code in two separate functions. would still be interest if there is a more elegant way to achieve this ...
by mirrorworld
2018-05-04T01:35:58-07:00
Forum: Users
Topic: Missing Image
Replies: 2
Views: 3017

Missing Image

Hi Guys I'm very new to IM but have a problem I can't solve, hoping someone can help I've created an image using the convert command convert -size 1000x1000 XC:white side2.png -geometry +0+0 -composite side1.png -geometry +0+0 -composite -trim -rotate 45 -transparent white -trim chevron.png which al...
by mirrorworld
2018-05-02T00:41:09-07:00
Forum: Bugs
Topic: tile offset
Replies: 4
Views: 7508

Re: tile offset

Sorry for the confusion, they're actually in the code as variables and therefore unquoted, but for the purpose of showing the code I added the file name, but then forgot to quote them, Doh....
by mirrorworld
2018-05-01T11:22:56-07:00
Forum: Bugs
Topic: tile offset
Replies: 4
Views: 7508

Re: tile offset

Thank for the reply Application pools are used to separate sets of IIS worker processes that share the same configuration and application boundaries. Application pools are used to isolate web application for better security, reliability, availability and performance, and they keep running without im...
by mirrorworld
2018-05-01T09:31:24-07:00
Forum: Bugs
Topic: tile offset
Replies: 4
Views: 7508

tile offset

Hi Guys Not sure if this is a bug, or if someone can help. I have a piece of code that's trying to offset, then floodfill a tile into a simple square ( i'm really making a picture frame, but this is just to test the offset, as it didn't seem to work..) I'm writing the code in ASP classic, which seem...
by mirrorworld
2018-02-28T09:44:08-07:00
Forum: Bugs
Topic: Speckles on live server Image
Replies: 7
Views: 10379

Re: Speckles on live server Image

I'm a Happy Chappie.. :-)
After much to'ing and fro'ing with the host provider, I now have the latest version of Image Magick installed and working... plus NO SPECKLES !!!!
by mirrorworld
2018-02-16T11:06:19-07:00
Forum: Bugs
Topic: Speckles on live server Image
Replies: 7
Views: 10379

Re: Speckles on live server Image

Thanks for the fast reply I can see you've had this issue before, It's a few years since I wrote the initial code and I know there's a newer version of IM, I'm just waiting for the server host to update the program first before I investigate further. It will probably benefit from a rewrite too, with...
by mirrorworld
2018-02-16T10:41:28-07:00
Forum: Bugs
Topic: Speckles on live server Image
Replies: 7
Views: 10379

Re: Speckles on live server Image

Hi Guys There are 3 parts to the script the first creates the frame, the second drop shadow and perspective and the last just resizes Part 1 makeFrame = img.convert(newMIrror, "-write", "mpr:image", "+delete",frameTop, "-write", "mpr:edge_top", "...
by mirrorworld
2018-02-16T04:14:19-07:00
Forum: Bugs
Topic: Speckles on live server Image
Replies: 7
Views: 10379

Re: Speckles on live server Image

Version currently running on the server is 7.01-3
I've requested an update, but don't have a time schedule as yet, I'll post back on the forum as soon it's been updated. :-)
by mirrorworld
2018-02-16T01:48:03-07:00
Forum: Bugs
Topic: Speckles on live server Image
Replies: 7
Views: 10379

Speckles on live server Image

Hi Guys Hope someone can throw some light on this little problem. My site products a custom image for the client using image Magick convert, the problem is on the localserver it's perfect but on the live server it has speckles / rogue coloured pixels , any ideas? This is a live test page I've set up...