Search found 83 matches: ratio

Return to advanced search

Re: Classe TGif

... logical screen height, global color table flag, color resolution, sort flag, size of global color table, background color index, and pixel aspect ratio It should have a global color table that contains the colors used in the image. The global color table should be present if the global color table ...
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 1659

Re: Testing Harbour -gc3 flag

And higher compression ratio. Please note that for EXE sizes smaller than 100 KB (like the one produced by pure C source code) the parameter -9 makes a smaller EXEs than --lzma.
by Enrico Maria Giordano
Sat Nov 18, 2023 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4341

Re: Draw a bitmap

... the parameter "cAlign" If the image is larger then the window, image is resized to just fit inside the window, respecting the aspect ratio (ratio of width and height). In other words, the image is not distorted. Value: 1 // STRETCH The image is resized to exactly fit the width and ...
by nageswaragunupudi
Thu Oct 06, 2022 5:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Draw a bitmap
Replies: 6
Views: 439

Re: Installing on Paralles for Mac

... deal on a reliable computer, and of course it is often less than Apple computers. With that said, the price difference is no longer the 2 for 1 ratio suggested. When considering both computers, with 16GB RAM and 512 GB SSD, the MacBook Air sells for $1,375, and the Surface Notebook 4 is $1,500. ...
by TimStone
Thu Sep 01, 2022 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Installing on Paralles for Mac
Replies: 15
Views: 746

Re: FOREIGN KEY

Gracias a todos, lo he resuelto de la siguiente forma:

cQuery:= "DELETE estudio_ratio,gastos FROM estudio_ratio JOIN gastos ON estudio_ratio.idestudio=gastos.idgastos WHERE gastos.idgastos='" + Str( nIdGastos ) + " ' "
oVar:oMysql:Execute(cQuery)

Un saludo
Gabriel
by jgabri
Wed Jun 03, 2020 10:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FOREIGN KEY
Replies: 6
Views: 1619

FOREIGN KEY

Hola Estoy atascado intentado crear una foreign key, he creado dos tablas: cTb[55]:="CREATE TABLE `estudio_ratio` (" cTb[55]+="`id` int(6) unsigned NOT NULL auto_increment," cTb[55]+="`idestudio` int NOT NULL," cTb[55]+="`nporcentaje` decimal(4,2) default NULL,&quo...
by jgabri
Mon May 25, 2020 10:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FOREIGN KEY
Replies: 6
Views: 1619

Re: Mr. Nages please: HARU PDF Bugs/Extensions

With method PrintImage() pictures with fwpdf not showing or the ratio not correct! Please try with nHeight and nWidth with 20mm. http://byte-one.com/1.png http://byte-one.com/2.png http://byte-one.com/3.png If i before ...
by byte-one
Thu Mar 05, 2020 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 5563

Re: Mr. Nages please: HARU PDF Bugs/Extensions

... nwidth, nheight) is smaller than the size of the image, all our latest functions shrink the image to fit the rectangle, without losing aspect ratio. You better let the FWH functions do it. They give good quality and we keep improving the quality. You can reduce a lot of coding. Also if you ...
by nageswaragunupudi
Thu Mar 05, 2020 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 5563

Re: Mr. Nages please: HARU PDF Bugs/Extensions

Mr. Nages, i have a fix height of the picture to print. I must set the width of print respecting the ratio. So i calculate it with nPic_x := int( nPic_y * (oImage:nWidth() / oImage:nHeight()) ) from the predefined picture. The parameter lStretch := .T. without a nWidth gives ...
by byte-one
Thu Mar 05, 2020 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 5563

Re: Mr. Nages please: HARU PDF Bugs/Extensions

... the bounding rectangle. 3) uImage is any image source. 4) lStretch. If true, the image is stretched to fill the rectangle, ignoring the aspect ratio. Default is .f. In this case, the image is shrunk if width or height exceeds the size of the rectangle and centered inside the rectangle (if cAlign ...
by nageswaragunupudi
Thu Mar 05, 2020 5:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 5563

New FTDN September/Septiembre 2019 (FWH 19.09)

... <nDia>] [FILLCOLOR <nInnerColor>] By default, the appearance is like a pie chart. If innerdia is specified, either in pixels or as a ratio (0.1 to 0.9) to the outer diameter, the inner cicle is painted separately with fillcolor. If no fillcolor is specified, the inner circle is left ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2899

FWH 1908: Meter Control Enhancements

... <nHeight> need to equal or nearly equal. By default, the appearance is like a pie chart. If innerdia is specified, either in pixels or as a ratio (0.1 to 0.9) to the outer diameter, the inner circle is painted separately with fillcolor. If no fillcolor is specified, the inner circle is left ...
by nageswaragunupudi
Wed Sep 25, 2019 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1908: Meter Control Enhancements
Replies: 2
Views: 910

Re: Images Slide Show

Is this the solution You are looking for or animated :?: I did some extra calculations : big images are resized to cellsize keeping the aspect-ratio small images are enlarged to cellsize Images can be selected cellwise. http://www.pflegeplus.com/IMAGES/Slideshow1.jpg regards Uwe :D
by ukoenig
Tue Jun 18, 2019 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Images Slide Show
Replies: 3
Views: 579

Re: xBrowse how to use BACKGROUND comb. with :aCols[2]:bClrStd

... 2. cell-color-area on xbrowse-brush 3. full cellsize-color defined vertical textposition images are centered and resized keeping the aspect ratio http://www.pflegeplus.com/IMAGES/xbrwback3.jpg regards Uwe :D
by ukoenig
Tue Mar 19, 2019 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse how to use BACKGROUND and cellcolors
Replies: 6
Views: 1762

Re: XBrowse - adding cellimages from DBF or array

... images only images > cellsize are resized. 2. A visible celltext adding :lBmpStretch := .t. fills the cellarea but doesn't keep the aspect ratio http://www.pflegeplus.com/IMAGES/XbrwImage2.jpg WITH OBJECT oBrw:aCols[ 5 ] // :bStrImage := { || c_path1 + ALLTRIM(oCust:Image) ...
by ukoenig
Wed Mar 13, 2019 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse - adding cellimages from DBF or array
Replies: 2
Views: 727
Next

Return to advanced search