Search found 28 matches: degrees

Return to advanced search

Re: random sentences generator

... sentence ) Tokenizer("The sun rises in the east.") Tokenizer("Cats are furry animals.") Tokenizer("Water freezes at zero degrees Celsius.") Tokenizer("Mars is known as the red planet.") Tokenizer("The moon orbits the Earth.") Tokenizer("Bananas ...
by Antonio Linares
Fri Dec 01, 2023 6:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: random sentences generator
Replies: 6
Views: 701

chatGPT writes and executes Harbour code !!!

... days_since_start_of_year);        sprintf( output + strlen( output ), "%s\t\t%.2f degrees\n", planets[i].name, position );    }    // Return the output string    hb_retc( output ...
by Antonio Linares
Tue Dec 06, 2022 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2783

Re: Learning opencv step by step

... ) Using OpenCV we can rotate the "bitmap_to_find.bmp" and find it in any position (90,180,270 degrees), something that GDP_IMAGEINTOIMAGE() does not support yet, though GDI+ can also rotate an image. So we can expect that we are going to have ...
by Antonio Linares
Thu Dec 30, 2021 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learning opencv step by step
Replies: 21
Views: 2346

Re: Windows 11 Fluent Design

... in the shadow AND in the border line of the window. It will be very hard to recreate that! Of course, we could live without that, but the varying degrees of color blending along the border (depending upon the background) will still be quite a challenge to recreate. However, for now, it would just ...
by James Bott
Sun Oct 03, 2021 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9359

Re: HEIC to JPG

Miracles ! I did exactly as you have, but still get a jpg rotated by 90 degrees. It may be the case in version freeimage.dll ? I have freeimage.dll it has a size of 2,084,864
by Natter
Thu Jul 02, 2020 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HEIC to JPG
Replies: 20
Views: 3911

Re: New FWH 19.09

oPrint:roundbox(…) is not compatible to older FWH. The rectangle are turned 90 degrees and the pen is bigger!
by byte-one
Wed Oct 16, 2019 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.09
Replies: 36
Views: 5719

Re: To Ukoenig

Dear Uwe: I use google translate. Thanks for answering. Yes, I already did all that and it works when the rotation is 90, 180, 270 or 360 degrees and when it is not done constantly. What I meant is that if with these functions you can constantly rotate an image (a wheel), correctly. With these ...
by FranciscoA
Wed Sep 18, 2019 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Ukoenig
Replies: 4
Views: 708

90

Is it possible to print under a corner of 90 degrees (vertically in place of horizontally)
by jds
Tue Oct 02, 2018 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 90
Replies: 2
Views: 494

Parsing data into function from folderex and Xbrowse

... I have a folderex with several folders. Each folder has 1 xbrowse into it. On top I also have a btnbar with a exel btn. It is at this moment 39 degrees in Belgium (Not a normal temp) and I'm missing the clue )))) What I try to do. From every tab, when I click on the exel btn, the exel file should ...
by Marc Venken
Fri Jul 27, 2018 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parsing data into function from folderex and Xbrowse
Replies: 3
Views: 796

Re: FWH 18.03: FW_SaveImage()

Ok. Let us attempt to describe. nRotate: Degrees. Positive values for anti-clockwise and negative values for clockwise rotation. (Same in XImage also). nZoom: 1.0 is same size. Less than 1.0 is reduction (unZoom). 0.75 means 75% of the size. ...
by nageswaragunupudi
Tue Apr 24, 2018 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03: FW_SaveImage()
Replies: 2
Views: 937

Re: ROULETTE OF THE FORTUNE - ROTATE ROUND PICTURE

... the numbers of the wheel are mixed You can define a array with the numbers LOCAL aValue[37] starts from 36 to 6 ( top first step ) each step = 10 degrees aValue[1] := 6 // first step aValue[2] := 27 aValue[3] := 13 aValue[4] := 36 aValue[5] := 11 aValue[6] := 30 aValue[7] := 8 aValue[8] := 23 ...
by Silvio.Falconi
Tue Sep 26, 2017 1:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ROULETTE OF THE FORTUNE - ROTATE ROUND PICTURE
Replies: 21
Views: 5192

Re: ROULETTE OF THE FORTUNE - ROTATE ROUND PICTURE

... the numbers of the wheel are mixed You can define a array with the numbers LOCAL aValue[37] starts from 36 to 6 ( top first step ) each step = 10 degrees aValue[1] := 6 // first step aValue[2] := 27 aValue[3] := 13 aValue[4] := 36 aValue[5] := 11 aValue[6] := 30 aValue[7] := 8 aValue[8] := 23 ...
by ukoenig
Sat Sep 16, 2017 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ROULETTE OF THE FORTUNE - ROTATE ROUND PICTURE
Replies: 21
Views: 5192

Re: ROULETTE OF THE FORTUNE - ROTATE ROUND PICTURE

nageswaragunupudi wrote:oImage:nRotate --> Degrees

nDegrees := oImage:nRotate % 360


Ready, now associate the numbers to the degrees ... greetings..thanks... :shock:
by joseluisysturiz
Tue Sep 12, 2017 3:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ROULETTE OF THE FORTUNE - ROTATE ROUND PICTURE
Replies: 21
Views: 5192

Re: ROULETTE OF THE FORTUNE - ROTATE ROUND PICTURE

oImage:nRotate --> Degrees

nDegrees := oImage:nRotate % 360
by nageswaragunupudi
Tue Sep 12, 2017 12:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ROULETTE OF THE FORTUNE - ROTATE ROUND PICTURE
Replies: 21
Views: 5192

Re: Saving bitmap from TXImage.

Nages, May I suggest just using the degrees themselves (90,180,270) for the rotation rather than a code (1,2,3)? This would be easier to remember. James This is what is in my mind too. Nages, Actually, would it be possible to rotate in degree ...
by nageswaragunupudi
Mon Feb 22, 2016 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving bitmap from TXImage.
Replies: 14
Views: 2939
Next

Return to advanced search