Page 3 of 3

Re: BOS TAURUS: Source Code.

Posted: Mon Mar 11, 2013 5:17 pm
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 ?

Re: BOS TAURUS: Source Code.

Posted: Wed Mar 13, 2013 12:21 am
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 5106 times
BT_CloneDemo.zip
Bos Taurus clone demo source files ( .prg & hbp )
(1.12 KiB) Downloaded 338 times
I hope it will help you

Happy HMG'ing :D

Re: BOS TAURUS: Source Code.

Posted: Wed Mar 13, 2013 3:47 am
by Rathinagiri
Fantastic Esgici.

Re: BOS TAURUS: Source Code.

Posted: Wed Mar 13, 2013 12:56 pm
by Pablo César
Thank you, amigo Esgici !!

You are so kind !

Re: BOS TAURUS: Source Code.

Posted: Sun Jun 09, 2013 2:29 pm
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. :)

Re: BOS TAURUS: Source Code.

Posted: Sun Jun 09, 2013 2:46 pm
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

Re: BOS TAURUS: Source Code.

Posted: Thu Jun 13, 2013 4:53 am
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.