Fast read pixel of the image file
Re: Fast read pixel of the image file
Can you give me a program that will compile and run?
I would like to add some debugging to see where it is slow and how I can improve performance.
I would like to add some debugging to see where it is slow and how I can improve performance.
The eXpress train is coming - and it has more cars.
- Eugene Lutsenko
- Posts: 1649
- Joined: Sat Feb 04, 2012 2:23 am
- Location: Russia, Southern federal district, city of Krasnodar
- Contact:
Re: Fast read pixel of the image file
Program Alaska: http://lc.kubagro.ru/Dima/Triangl1.zip
Prototype Pascal: http://lc.kubagro.ru/Dima/TriDelone.zip
She somehow did not really work. I'll try to change the array to the database and to declare arrays LOCAL
Prototype Pascal: http://lc.kubagro.ru/Dima/TriDelone.zip
She somehow did not really work. I'll try to change the array to the database and to declare arrays LOCAL
- Eugene Lutsenko
- Posts: 1649
- Joined: Sat Feb 04, 2012 2:23 am
- Location: Russia, Southern federal district, city of Krasnodar
- Contact:
Re: Fast read pixel of the image file
Hi Roger!
As with your fast graphics using standard graphics functions, such as: GraLine(), GraGradient(), GraArc (), and others.
As with your fast graphics using standard graphics functions, such as: GraLine(), GraGradient(), GraArc (), and others.
Re: Fast read pixel of the image file
What is it that does not work?She somehow did not really work.
I am not a mathematician and really don't know what you are trying to achieve.
I understand that your converted a Pascal program to Xbase++.
Are you wanting me to help with this conversion?
The eXpress train is coming - and it has more cars.
- Eugene Lutsenko
- Posts: 1649
- Joined: Sat Feb 04, 2012 2:23 am
- Location: Russia, Southern federal district, city of Krasnodar
- Contact:
Re: Fast read pixel of the image file
In this case, I was not trying to directly convert the Pascal program in Alaska. Pascal program I was only needed as a prototype. I'm trying to prepare the ground for decisions ability to make some tasks that require the Delaunay triangulation. pascal program helped me a lot. Your schedule is working fine. But I would like to use it in conjunction with the standard and schedule. And I do not know how to do it. That's asking you to prompt, if applicable.
This program works better. When I finish it - be sure to share with the forum participants.
What is cassettes conversion Pascal program in Alaska is actually hand I have done it. And I understand how it can be automated. I worked a lot with the automated processing of text, including text programs. If you need, I can do something like a demo program which demonstrates this approach. But before the end automate this transformation might not work. In any case it is not so simple. But this program will do 90% of rough work. After it will only need a little hand to brush the resulting program.
Separate huge gratitude to you for your work and support of our crazy ideas!
This program works better. When I finish it - be sure to share with the forum participants.
What is cassettes conversion Pascal program in Alaska is actually hand I have done it. And I understand how it can be automated. I worked a lot with the automated processing of text, including text programs. If you need, I can do something like a demo program which demonstrates this approach. But before the end automate this transformation might not work. In any case it is not so simple. But this program will do 90% of rough work. After it will only need a little hand to brush the resulting program.
Separate huge gratitude to you for your work and support of our crazy ideas!
- Eugene Lutsenko
- Posts: 1649
- Joined: Sat Feb 04, 2012 2:23 am
- Location: Russia, Southern federal district, city of Krasnodar
- Contact:
Re: Fast read pixel of the image file
How to use a standard graphics operators Alaska together with fast graphics from Roger?
Re: Fast read pixel of the image file
I will put together a sample for you in the next few days.How to use a standard graphics operators Alaska together with fast graphics from Roger?
The eXpress train is coming - and it has more cars.
- Eugene Lutsenko
- Posts: 1649
- Joined: Sat Feb 04, 2012 2:23 am
- Location: Russia, Southern federal district, city of Krasnodar
- Contact:
Re: Fast read pixel of the image file
Thank you, Roger!
I want to use this opportunity in this program:
I want to use this opportunity in this program:
- Attachments
-
- Downloads.rar
- (69.15 KiB) Downloaded 799 times
Re: Fast read pixel of the image file
you do not need any API Call for your Delaunay triangulation Problem.Eugene Lutsenko wrote:I want to use this opportunity in this program:
just use a normal Presspace() with GraLine() and GraArc() as i show in my Demo
http://bb.donnay-software.com/donnay/vi ... f=7&t=1806
greetings by OHR
Jimmy
Jimmy
Re: Fast read pixel of the image file
Here is a modified PIXEL.PRG where Gra*() functions are used to paint over the pixels drawn by GDI functions.
- Attachments
-
- pixel.zip
- (2.23 KiB) Downloaded 766 times
The eXpress train is coming - and it has more cars.