... in the provided code.
7. **GetImage Function**: This function allows the user to select an image file of various formats (bmp, dib, pcx, jpg, gif, tga, rle) to display. The chosen image is then loaded into the image display.
8. **PrintImage Function**: This function prints the currently displayed ...
Search found 26 matches: tga
Searched query: tga
- Fri Jun 09, 2023 6:27 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: simple image viewer - sample
- Replies: 3
- Views: 861
- Sat Feb 02, 2019 1:06 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fwh64 connect mysql problem
- Replies: 5
- Views: 1254
Re: Fwh64 connect mysql problem
... FwDbg.dll FiveWin debugger resources
* SAMPLES\Report\Preview.dll FiveWin printing preview resources
* nview16.dll JPG, JIF, GIF, BMP, DIB, RLE, TGA, PCX support
==> For 32 bits only
* bwcc32.dll Borland Windows Custom Controls 32 bits
* rc2dll32.bat Batch to create a DLL using a RC resources ...
* SAMPLES\Report\Preview.dll FiveWin printing preview resources
* nview16.dll JPG, JIF, GIF, BMP, DIB, RLE, TGA, PCX support
==> For 32 bits only
* bwcc32.dll Borland Windows Custom Controls 32 bits
* rc2dll32.bat Batch to create a DLL using a RC resources ...
- Wed Apr 18, 2018 7:46 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH 18.03 : MakeYourBitmap(...)
- Replies: 2
- Views: 999
Re: FWH 18.03 : MakeYourBitmap(...)
Nice.
Do you know how to save the resulting file as .tga format instead of .bmp?
Robb
Do you know how to save the resulting file as .tga format instead of .bmp?
Robb
- Tue Jan 09, 2018 9:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xImage formats
- Replies: 13
- Views: 2363
Re: xImage formats
CONFIRM
If I insert into path of my exe also freeimage.dll and run ok
I can show
pcx
tga
but I not show
pbm
I must control if freeimage open pbm files
If I insert into path of my exe also freeimage.dll and run ok
I can show
pcx
tga
but I not show
pbm
I must control if freeimage open pbm files
- Tue Jan 09, 2018 9:12 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Determine an Image
- Replies: 2
- Views: 477
Re: Determine an Image
I try with some image files and it return true only fot these files
png
bmp
emf
gif
jpg
tif
return false with these files
pbm
pcx
tga
Now I add these lines
IF UPPER( RIGHT( cFile, 3 ) ) == "TGA";
.OR. UPPER( RIGHT( cFile, 3 ) ) == "PCX" ;
.OR. UPPER( RIGHT( cFile, 3 ) ) == "PBM"
lFileImage ...
png
bmp
emf
gif
jpg
tif
return false with these files
pbm
pcx
tga
Now I add these lines
IF UPPER( RIGHT( cFile, 3 ) ) == "TGA";
.OR. UPPER( RIGHT( cFile, 3 ) ) == "PCX" ;
.OR. UPPER( RIGHT( cFile, 3 ) ) == "PBM"
lFileImage ...
- Tue Jan 09, 2018 6:22 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xImage formats
- Replies: 13
- Views: 2363
Re: xImage formats
... xmage not read some graphics files . I made a folder with the most format and I have problems to show them
for a sample I have problems to show :
tga
tif
emf
pbm
pcx
while I can show
jpg
jpeg
bmp
gif
png
this can happen if the computer does not open those formats but if I use the paint or ...
for a sample I have problems to show :
tga
tif
emf
pbm
pcx
while I can show
jpg
jpeg
bmp
gif
png
this can happen if the computer does not open those formats but if I use the paint or ...
- Tue Jan 09, 2018 6:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xImage formats
- Replies: 13
- Views: 2363
Re: xImage formats
... xmage not read some graphics files . I made a folder with the most format and I have problems to show them
for a sample I have problems to show :
tga
tif
emf
pbm
pcx
while I can show
jpg
jpeg
bmp
gif
png
this can happen if the computer does not open those formats but if I use the paint or ...
for a sample I have problems to show :
tga
tif
emf
pbm
pcx
while I can show
jpg
jpeg
bmp
gif
png
this can happen if the computer does not open those formats but if I use the paint or ...
- Mon Jan 08, 2018 10:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: XIMage Compatibility with Image
- Replies: 13
- Views: 2458
Re: XIMage Compatibility with Image
... But when I run the exe I see only six files
https://s17.postimg.org/t2te1j47z/er1.jpg
then I try t select one for a sample tga file
https://s17.postimg.org/73mzeev4f/TGA.jpg
or another for sample the pdf file
https://s17.postimg.org ...
https://s17.postimg.org/t2te1j47z/er1.jpg
then I try t select one for a sample tga file
https://s17.postimg.org/73mzeev4f/TGA.jpg
or another for sample the pdf file
https://s17.postimg.org ...
- Tue Apr 26, 2016 9:24 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Method insertpicture problem : RESOLVED
- Replies: 3
- Views: 621
Method insertpicture problem : RESOLVED
... Bitmap (*.bmp)| *.bmp|" + ;
"DIB (*.dib)| *.dib|" + ;
"PCX (*.pcx)| *.pcx|" + ;
"JPEG (*.jpg)| *.jpg|" + ;
"GIF (*.gif)| *.gif|" + ;
"TARGA (*.tga)| *.tga|" + ;
"RLE (*.rle)| *.rle|" + ;
"All Files (*.*)| *.*" , ;
RTF_VER, nGetFileFilter() )
if !Empty( cFile )
::WndChild():InsertPicture ...
"DIB (*.dib)| *.dib|" + ;
"PCX (*.pcx)| *.pcx|" + ;
"JPEG (*.jpg)| *.jpg|" + ;
"GIF (*.gif)| *.gif|" + ;
"TARGA (*.tga)| *.tga|" + ;
"RLE (*.rle)| *.rle|" + ;
"All Files (*.*)| *.*" , ;
RTF_VER, nGetFileFilter() )
if !Empty( cFile )
::WndChild():InsertPicture ...
- Fri Jan 15, 2016 11:39 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Know if is an image file
- Replies: 2
- Views: 718
Know if is an image file
... cFile, 3 ) ) == "BMP" ;
.OR. UPPER( RIGHT( cFile, 3 ) ) == "PCX" ;
.OR. UPPER( RIGHT( cFile, 3 ) ) == "GIF" ;
.OR. UPPER( RIGHT( cFile, 3 ) ) == "TGA" ;
.OR. UPPER( RIGHT( cFile, 3 ) ) == "RLE" ;
.OR. UPPER( RIGHT( cFile, 3 ) ) == "PNG" ;
.OR. UPPER( RIGHT( cFile, 3 ) ) == "DIB"
But the type ...
.OR. UPPER( RIGHT( cFile, 3 ) ) == "PCX" ;
.OR. UPPER( RIGHT( cFile, 3 ) ) == "GIF" ;
.OR. UPPER( RIGHT( cFile, 3 ) ) == "TGA" ;
.OR. UPPER( RIGHT( cFile, 3 ) ) == "RLE" ;
.OR. UPPER( RIGHT( cFile, 3 ) ) == "PNG" ;
.OR. UPPER( RIGHT( cFile, 3 ) ) == "DIB"
But the type ...
- Mon Sep 08, 2014 7:01 am
- Forum: EasyReport, EasyDialog y EasyPreview
- Topic: Pregunta organización de archivos
- Replies: 4
- Views: 4119
Re: Pregunta organización de archivos
... nOrient Orientation
nTrans Transparent background (1) or not (0)
Only for type Image
cFile Image file (BMP, DIB, JIF, JPG, PCX, RLE, or TGA)
Only for type: LineUp, LineDown, LineHorizontal, LineVertical, Rectangle or Ellipse
nColor pen color
nColFil fill color
nStyle line style ...
nTrans Transparent background (1) or not (0)
Only for type Image
cFile Image file (BMP, DIB, JIF, JPG, PCX, RLE, or TGA)
Only for type: LineUp, LineDown, LineHorizontal, LineVertical, Rectangle or Ellipse
nColor pen color
nColFil fill color
nStyle line style ...
- Tue Nov 12, 2013 8:33 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Also for Image
- Replies: 5
- Views: 2239
Re: Also for Image
... Bitmap (*.bmp)| *.bmp|" + ;
"DIB (*.dib)| *.dib|" + ;
"PCX (*.pcx)| *.pcx|" + ;
"JPEG (*.jpg)| *.jpg|" + ;
"GIF (*.gif)| *.gif|" + ;
"TARGA (*.tga)| *.tga|" + ;
"RLE (*.rle)| *.rle|" + ;
"All Files (*.*)| *.*" ;
,"Save as", CurDir(), .t. )
nFormat:=
nFlag := 25
oImage:SaveImage ...
"DIB (*.dib)| *.dib|" + ;
"PCX (*.pcx)| *.pcx|" + ;
"JPEG (*.jpg)| *.jpg|" + ;
"GIF (*.gif)| *.gif|" + ;
"TARGA (*.tga)| *.tga|" + ;
"RLE (*.rle)| *.rle|" + ;
"All Files (*.*)| *.*" ;
,"Save as", CurDir(), .t. )
nFormat:=
nFlag := 25
oImage:SaveImage ...
- Sat Oct 05, 2013 9:33 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Also for Image
- Replies: 5
- Views: 2239
Re: Also for Image
... save the help text into the file "nchelp.txt".
To convert files to a specific format, type for example :
nconvert -out 5 file1.pic file2.jpg file3.tga
or
nconvert -out tiff file1.pic file2.jpg file3.tga
With a resize :
nconvert -out jpeg -ratio -resize 480 0 *.jpg
nconvert -out jpeg -resize 640 ...
To convert files to a specific format, type for example :
nconvert -out 5 file1.pic file2.jpg file3.tga
or
nconvert -out tiff file1.pic file2.jpg file3.tga
With a resize :
nconvert -out jpeg -ratio -resize 480 0 *.jpg
nconvert -out jpeg -resize 640 ...
- Fri Aug 26, 2011 9:30 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Image-convert, crop and resize ( full source included )
- Replies: 10
- Views: 5583
Image-convert, crop and resize ( full source included )
... BINARY) (*.PPM)
PSD Adobe Photoshop (*.PSD)
RAS Sun Rasterfile (*.RAS)
SGI Silicon Graphics SGI image format (*.SGI)
TARGA Truevision Targa files (*.TGA, *.TARGA)
TIFF Tagged Image File Format (*.TIF, *.TIFF)
WBMP Wireless Bitmap (*.WBMP)
XBM X11 Bitmap Format (*.XBM)
XPM X11 Pixmap Format (*.XPM ...
PSD Adobe Photoshop (*.PSD)
RAS Sun Rasterfile (*.RAS)
SGI Silicon Graphics SGI image format (*.SGI)
TARGA Truevision Targa files (*.TGA, *.TARGA)
TIFF Tagged Image File Format (*.TIF, *.TIFF)
WBMP Wireless Bitmap (*.WBMP)
XBM X11 Bitmap Format (*.XBM)
XPM X11 Pixmap Format (*.XPM ...
- Wed Apr 27, 2011 2:51 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Size of bitmaps
- Replies: 12
- Views: 3385
Re: Size of bitmaps
... JPEG (*.jpg)| *.jpg|" + ;
"GIF (*.gif)| *.gif|" + ;
"TIF (*.tif)| *.tif|" + ;
"PSD (*.psd)| *.psd|" + ;
"PCD (*.pcd)| *.pcd|" + ;
"TARGA (*.tga)| *.tga|" + ;
"RLE (*.rle)| *.rle|", ;
cNewImg := cGetFile32( cFilter,"Select a Picture",,"\" + CurDir() ), ;
IMG_SIZE(cNewImg), ;
MsgAlert ...
"GIF (*.gif)| *.gif|" + ;
"TIF (*.tif)| *.tif|" + ;
"PSD (*.psd)| *.psd|" + ;
"PCD (*.pcd)| *.pcd|" + ;
"TARGA (*.tga)| *.tga|" + ;
"RLE (*.rle)| *.rle|", ;
cNewImg := cGetFile32( cFilter,"Select a Picture",,"\" + CurDir() ), ;
IMG_SIZE(cNewImg), ;
MsgAlert ...