Search found 10 matches

by sanke
Thu May 05, 2016 5:13 pm
Forum: Multimedia
Topic: A faster way for changing images?
Replies: 31
Views: 24457

Re: A faster way for changing images?

Hello Bernd, Thanks for reminding us of "paintcompression" as an important factor in image processing. Livecode Services should pay you 1.000 $ for your reminder. This is the sum they would charge for fixing my problems as they say. I got a mail from them, apparently they had noticed the recent disc...
by sanke
Mon May 02, 2016 9:59 pm
Forum: Multimedia
Topic: A faster way for changing images?
Replies: 31
Views: 24457

Re: A faster way for changing images?

Immediately after uploading the "BlurredVision" stack on April 26 to http://www.metaworx.net/BlurredVision-COM.rev I had noticed that the char-byte arrangement in the matrix-convolve scripts did not allow to run the stack in *all* LC versions from LC 4.6.1 to 8.x. I corrected this some hours after u...
by sanke
Tue Apr 26, 2016 10:10 pm
Forum: Multimedia
Topic: A faster way for changing images?
Replies: 31
Views: 24457

Re: A faster way for changing images?

Hairydalek had raised the question of how to apply blurs to images in this thread. I found this post elsewhere in the forums: "Can you blur an image?" Post by William Jamieson » Thu Oct 15, 2015 4:38 am .......However, I would like to know the most efficient way to blur images in our apps. I first s...
by sanke
Sat Apr 23, 2016 8:25 pm
Forum: Multimedia
Topic: A faster way for changing images?
Replies: 31
Views: 24457

Re: A faster way for changing images?

I am relieved that I successfully passed the initiation rites and now can include URLs etc. in my posts. I had been told there are rules for newcomers to the Forum - at least 5 posts and waiting for 7 days - that could not even be overruled by an administrator. I could find nothing of that kind in t...
by sanke
Wed Apr 20, 2016 8:30 pm
Forum: Multimedia
Topic: A faster way for changing images?
Replies: 31
Views: 24457

Re: A faster way for changing images?

Hi hairydalek, You wrote sanke wrote: " I just provided you with the download address of my stack "ImageToolkitExperimental" by using your forum mail account." 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 and...
by sanke
Tue Apr 19, 2016 8:01 pm
Forum: Multimedia
Topic: A faster way for changing images?
Replies: 31
Views: 24457

Re: A faster way for changing images?

One of the factors we have to take into account when focusing on image processing speed in Livecode is the constantly increasing slowness when, for example, comparing LC versions 4 through 8. I have mentioned that several times last year on the dev and use-lists. Of course there are other factors: C...
by sanke
Tue Apr 19, 2016 9:51 am
Forum: Multimedia
Topic: A faster way for changing images?
Replies: 31
Views: 24457

Re: A faster way for changing images?

I just got the sad information, that Christopher Lee Bodell, the author of "Photoroom", died already three years ago on January 17, 2013. Birth: Jan. 28, 1990 Tillamook Tillamook County Oregon, USA Death: Jan. 17, 2013 Seaside Clatsop County Oregon, USA Christopher Lee Bodell January 28, 1990-Januar...
by sanke
Thu Apr 14, 2016 8:30 pm
Forum: Multimedia
Topic: A faster way for changing images?
Replies: 31
Views: 24457

Re: A faster way for changing images?

For those who are interested to download my "ImagedataToolkitExperimental" immediately:

View my alternative website address in my User Control Panel and add (behind a slash) the above stack name (no spaces) with an added ".rev"

Wilhelm Sanke
by sanke
Thu Apr 14, 2016 8:06 pm
Forum: Multimedia
Topic: A faster way for changing images?
Replies: 31
Views: 24457

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
by sanke
Thu Apr 14, 2016 7:54 pm
Forum: Multimedia
Topic: A faster way for changing images?
Replies: 31
Views: 24457

Re: A faster way for changing images?

Hi hairydalek, I looked over your convolve-blur code and have tried to speed up the script. My attached code here is about 5 times faster than your script, measured by processing an 640x480 image on Windows 7. Using LC 4.6.1 ( + the Metacard-IDE) this takes about 10 seconds for your and 2 seconds fo...