Search found 57 matches

by hairydalek
Mon Aug 06, 2018 8:59 pm
Forum: Talking LiveCode
Topic: Image Magick and LiveCode
Replies: 21
Views: 18697

Re: Image Magick and LiveCode

Hi, When I run the test, there is no change to the image. (Windows 10, LC 7.1.4). No errors. A processed image does appear, but it is not grayscale, blurred or otherwise changed. Is there some other requirement to running this? Thanks, Tom B. As I said in my previous post, with the broken DropBox l...
by hairydalek
Sun Aug 05, 2018 1:17 pm
Forum: Talking LiveCode
Topic: Image Magick and LiveCode
Replies: 21
Views: 18697

Re: Image Magick and LiveCode

Dropbox changed how they share files. It’s still there. Try this link.

https://www.dropbox.com/s/602a9dliw10oq ... s.zip?dl=0

I can’t test that at the moment as I am out - that like was created by the Dropbox iPhone app. Hopefully it’s functional.
by hairydalek
Mon Jun 20, 2016 10:25 am
Forum: Talking LiveCode
Topic: LC8: is set the hideconsolewindows to true broken?
Replies: 1
Views: 2559

LC8: is set the hideconsolewindows to true broken?

I’ve moved a project to LiveCode 8, and found that in Windows, when I use set the hideconsolewindows to true put shell (tCommand) -- tCommand is a string containing a command I want to run in Windows, I see the black command window opening. I didn’t get this in LC7. How do you suppress the Command w...
by hairydalek
Fri May 06, 2016 10:51 pm
Forum: Talking LiveCode
Topic: Problems with built app versus development environment
Replies: 6
Views: 4615

Re: Problems with built app versus development environment

Hi, Hermann and Bernd, Looks like the paintcompression advice is working. I’ve added that as you advised, and it’s solved the scaling problem. So that’s good - thank you for your help. It’s not something I expected, and I wasn’t aware that image formats changed (I was assuming that both the standalo...
by hairydalek
Fri May 06, 2016 11:25 am
Forum: Talking LiveCode
Topic: Problems with built app versus development environment
Replies: 6
Views: 4615

Problems with built app versus development environment

I’m having a problem with LiveCode - I’ve been working on something for a while, and I was hoping to share what I had yesterday with a friend. So I built a version as a standalone, and started to notice real problems between how the standalone behaves and what the development environment shows me. W...
by hairydalek
Wed Apr 20, 2016 10:09 am
Forum: Talking LiveCode
Topic: Equivalent to PHP HereDoc?
Replies: 1
Views: 2366

Equivalent to PHP HereDoc?

Hi, I’m wondering if there’s an equivalent to PHP’s HereDoc funcitonality in LIveCode. In PHP I can do something like this: $fruit="apples"; $myOutput = <<<END I really like $fruit END; echo $myOutput; The output from that would be I really like apples The above is really simple, but you can do some...
by hairydalek
Wed Apr 20, 2016 9:58 am
Forum: Multimedia
Topic: A faster way for changing images?
Replies: 31
Views: 24420

Re: A faster way for changing images?

Hi hairydalek, I just provided you with the download address of my stack "ImageToolkitExperimental" by using your forum mail account. Best regards, Wilhelm Sanke Thanks for doing this. While your stack can’t be opened in the Community Edition, I was able to put the code you wrote into a stack here ...
by hairydalek
Sun Mar 13, 2016 10:09 pm
Forum: Talking LiveCode
Topic: Image Magick and LiveCode
Replies: 21
Views: 18697

Re: Image Magick and LiveCode

[Sorry for the late answer, my notifications are broken.] Thanks for sharing this. It works here also (yet it needs a *very* long time for compiling, both in LC 7/8). Did you notice that they changed locations for the copy-files? • In LC 7 it is the location you describe: "Contents/Resources/_MacOS...
by hairydalek
Tue Mar 08, 2016 2:53 pm
Forum: Talking LiveCode
Topic: Image Magick and LiveCode
Replies: 21
Views: 18697

Re: Image Magick and LiveCode

It seems to be working - certainly it does with the test project (not tried it anywhere else yet - but hopefully this will be all that’s needed). I’ve updated the LiveCode project to reflect these changes. https://dl.dropboxusercontent.com/u/613685/Graphics.zip It’s a bit bigger than it was - but th...
by hairydalek
Tue Mar 08, 2016 1:22 pm
Forum: Talking LiveCode
Topic: Image Magick and LiveCode
Replies: 21
Views: 18697

Re: Image Magick and LiveCode

I have something now that promises to be more agreeable. It works outside of a LC stack - but I’ve not tried it in one yet. That will be for later. I have other things to be getting on with now.
by hairydalek
Tue Mar 08, 2016 10:16 am
Forum: Talking LiveCode
Topic: Image Magick and LiveCode
Replies: 21
Views: 18697

Re: Image Magick and LiveCode

Hi Paul, great work!! It works here, it's simply a path problem (not yet fully soved, remaining is a minor problem). What I changed: Added a field, then -- in button "Test" get shell(myCommand) put cr & the result & cr & it after fld 1 -- in setUpImageMagick set itemdelimiter to slash if the enviro...
by hairydalek
Mon Mar 07, 2016 1:12 pm
Forum: Talking LiveCode
Topic: Image Magick and LiveCode
Replies: 21
Views: 18697

Re: Image Magick and LiveCode

GAH! Annoyances. I moved my stack - which I linked to - to my main Mac (been working my laptop over the weekend). Does it work? Yes. Any errors? No. Excellent. So I copy the code I was using to the project I want to use it with. I copy the ImageMagick files I had built and the scripts to reference t...
by hairydalek
Sun Mar 06, 2016 9:50 pm
Forum: Talking LiveCode
Topic: Image Magick and LiveCode
Replies: 21
Views: 18697

Re: Image Magick and LiveCode

Please let me know if and how you succeeded in attaching IM to a standalone. -hh I believe I have succeeded. For the record: I’m very much in the dark when it comes to stuff like compiling and building apps. It doesn’t help that instructions are written for people who know what they are doing. Anyw...
by hairydalek
Fri Mar 04, 2016 1:23 pm
Forum: Talking LiveCode
Topic: Image Magick and LiveCode
Replies: 21
Views: 18697

Re: Image Magick and LiveCode

Never tried that but I am also interested. Did you already try copyFiles in the standalone settings? I'll have this weekend some time for looking into the graphicsmagick source code, to see what's used. HI - didn’t get as far as copyFiles. Just renaming the folder I installed into broke it when I t...
by hairydalek
Fri Mar 04, 2016 11:38 am
Forum: Talking LiveCode
Topic: Image Magick and LiveCode
Replies: 21
Views: 18697

Re: Image Magick and LiveCode

Hi, often "convert" is on MacOS located in /usr/local/bin. One has to watch LC's $PATH ... So add this to the preopenstack handler of your first card on preopenstack if "/usr/local/bin" is not in $PATH -- or "/opt/local/bin" in your case then put ":/usr/local/bin" after $PATH end preopenstack This ...