Search found 6 matches

by Benny
Tue Jun 07, 2011 5:55 pm
Forum: VCL
Topic: Creating jpg to specific sizes
Replies: 6
Views: 6489

Re: Creating jpg to specific sizes

A quick question, will the bug you mentioned be a fix in the new release?
by Benny
Tue Jun 07, 2011 12:53 pm
Forum: VCL
Topic: Creating jpg to specific sizes
Replies: 6
Views: 6489

Re: Creating jpg to specific sizes

Thanks for the reply, I was able to use snippets of your code to accomplish my tasks. However, when I use the code just as you wrote it, the processing time increases .1 seconds every time we run the procedure. We run this procedure 18 times per each user logging in, so .1 = 1.8 seconds delay each t...
by Benny
Wed May 11, 2011 9:39 pm
Forum: VCL
Topic: Creating jpg to specific sizes
Replies: 6
Views: 6489

Re: Creating jpg to specific sizes

We are currently on a time crunch at the moment, but as soon as I get a chance I'll create a small project to show you exactly what we mean...
Thanks for your response!
by Benny
Mon May 09, 2011 8:46 pm
Forum: VCL
Topic: Creating jpg to specific sizes
Replies: 6
Views: 6489

Creating jpg to specific sizes

Please excuse if this has been covered, but I can't find it specifically in the forums... The following procedure works great. But everytime you run it, it takes .1 seconds longer. So after 50 times, it will add 5 seconds to the time and we can't afford this kind of mark-up when running hundreds of ...
by Benny
Tue Aug 31, 2010 5:06 pm
Forum: VCL
Topic: Bug in Smooth function?
Replies: 4
Views: 5889

Re: Bug in Smooth function?

Have we found a solution for this issue yet? I'm encountering the same problem...
by Benny
Tue Aug 31, 2010 5:05 pm
Forum: VCL
Topic: Smoothing Function for Delphi
Replies: 1
Views: 3200

Smoothing Function for Delphi

I'm attempting to write code for smoothing of a graph, does anyone know the function code to do this?
Thank you