Search found 26 matches: tga

Return to advanced search

simple image viewer - sample

... 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 ...
by Otto
Fri Jun 09, 2023 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simple image viewer - sample
Replies: 3
Views: 289

Re: Fwh64 connect mysql problem

... 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 ...
by richard-service
Sat Feb 02, 2019 1:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh64 connect mysql problem
Replies: 5
Views: 1114

Re: FWH 18.03 : MakeYourBitmap(...)

Nice.

Do you know how to save the resulting file as .tga format instead of .bmp?

Robb
by rhlawek
Wed Apr 18, 2018 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03 : MakeYourBitmap(...)
Replies: 2
Views: 913

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
by Silvio.Falconi
Tue Jan 09, 2018 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xImage formats
Replies: 13
Views: 1896

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 ...
by Silvio.Falconi
Tue Jan 09, 2018 9:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Determine an Image
Replies: 2
Views: 434

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 infarview ...
by cnavarro
Tue Jan 09, 2018 6:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xImage formats
Replies: 13
Views: 1896

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 infarview ...
by Silvio.Falconi
Tue Jan 09, 2018 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xImage formats
Replies: 13
Views: 1896

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/j5id8mh8f/pdf.jpg ...
by Silvio.Falconi
Mon Jan 08, 2018 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XIMage Compatibility with Image
Replies: 13
Views: 1981

Method insertpicture problem : RESOLVED

... *.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( ...
by Silvio.Falconi
Tue Apr 26, 2016 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Method insertpicture problem : RESOLVED
Replies: 3
Views: 563

Know if is an image file

... .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 ) ...
by Silvio.Falconi
Fri Jan 15, 2016 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Know if is an image file
Replies: 2
Views: 619

Re: Pregunta organización de archivos

... color 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 nPenWidth ...
by lucasdebeltran
Mon Sep 08, 2014 7:01 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Pregunta organización de archivos
Replies: 4
Views: 2586

Re: Also for Image

... *.dib|" + ; "PCX (*.pcx)| *.pcx|" + ; "JPEG (*.jpg)| *.jpg|" + ; "GIF (*.gif)| *.gif|" + ; "TARGA (*.tga)| *.tga|" + ; "RLE (*.rle)| *.rle|" + ; "All Files (*.*)| *.*" ; ,"Save as", CurDir(), .t. ) nFormat:= nFlag ...
by Silvio.Falconi
Tue Nov 12, 2013 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also for Image
Replies: 5
Views: 1967

Re: Also for Image

... 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 ...
by ukoenig
Sat Oct 05, 2013 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also for Image
Replies: 5
Views: 1967

Image-convert, crop and resize ( full source included )

... (*.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) ...
by ukoenig
Fri Aug 26, 2011 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image-convert, crop and resize ( full source included )
Replies: 10
Views: 4943

Re: Size of bitmaps

... *.gif|" + ; "TIF (*.tif)| *.tif|" + ; "PSD (*.psd)| *.psd|" + ; "PCD (*.pcd)| *.pcd|" + ; "TARGA (*.tga)| *.tga|" + ; "RLE (*.rle)| *.rle|", ; cNewImg := cGetFile32( cFilter,"Select a Picture",,"\" + CurDir() ), ; ...
by ukoenig
Wed Apr 27, 2011 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Size of bitmaps
Replies: 12
Views: 2916
Next

Return to advanced search