BOS TAURUS: Source Code.

Source code related resources

Moderator: Rathinagiri

User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: BOS TAURUS: Source Code.

Post by Pablo César »

Hi Dr. Claudio !

Is possible to load part of an image ? I means is there any function to show just one region of an image ?
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: BOS TAURUS: Source Code.

Post by esgici »

Olà Pablo
Pablo César wrote:Hi Dr. Claudio !

Is possible to load part of an image ? I means is there any function to show just one region of an image ?
I guess our genius doc is in holiday :?

Bos Taurus is wonderful :!:

Found a function in BosTaurus\doc :
BT_BitmapClone (hBitmap, Row, Col, Width, Height)
Clones the specified bitmap and returns a handle to the cloned bitmap.
hBitmap: is a handle to the origin bitmap.
Row, Col, Width, Height: specifies the dimensions in pixels of the rectangle to clone.
For default: Row = 0, Col = 0, Width = BT_BitmapWidth(hBitmap), Height =
BT_BitmapHeight(hBitmap).
I don't know is this correct way, but it works :arrow:
Left half of Bos Taurus logo
Left half of Bos Taurus logo
BosTaurus_CloneDemo.PNG (161.39 KiB) Viewed 4950 times
BT_CloneDemo.zip
Bos Taurus clone demo source files ( .prg & hbp )
(1.12 KiB) Downloaded 330 times
I hope it will help you

Happy HMG'ing :D
Viva INTERNATIONAL HMG :D
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: BOS TAURUS: Source Code.

Post by Rathinagiri »

Fantastic Esgici.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: BOS TAURUS: Source Code.

Post by Pablo César »

Thank you, amigo Esgici !!

You are so kind !
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: BOS TAURUS: Source Code.

Post by Rathinagiri »

Today I had the chance of utilizing Bos Taurus (HFCL) library and created a PNG file combining two images and some text data on the fly! It is such a great library. This post is just to share my joy and regards to Claudio. :)
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: BOS TAURUS: Source Code.

Post by esgici »

Rathinagiri wrote:Today I had the chance of utilizing Bos Taurus (HFCL) library and created a PNG file combining two images and some text data on the fly! It is such a great library. This post is just to share my joy and regards to Claudio. :)
Agreed with you :)

I will continue working on that library after learned cause of my fault on system hang :(

Viva HMG (with all bona fide supporters) :D
Viva INTERNATIONAL HMG :D
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: BOS TAURUS: Source Code.

Post by srvet_claudio »

Rathinagiri wrote:Today I had the chance of utilizing Bos Taurus (HFCL) library and created a PNG file combining two images and some text data on the fly! It is such a great library. This post is just to share my joy and regards to Claudio. :)
esgici wrote:Agreed with you
Many thanks Friends.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
Post Reply