Search found 316 matches: photo

Return to advanced search

Re: RMChart

...   IF oElement > nVal         nVal := oElement      ENDIF   NEXT   RETURN nVal  https://i.postimg.cc/B6N5Wgkm/fivewin.png upload photo for url
by JoséQuintas
Tue Oct 22, 2024 5:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RMChart
Replies: 9
Views: 1021

Re: Saving a photo with extension

nageswaragunupudi wrote:btw where is this function UrlImage() ?


see you email
by Silvio.Falconi
Sun Sep 22, 2024 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving a photo with extension
Replies: 8
Views: 420

Re: Saving a photo with extension

btw where is this function UrlImage() ?
by nageswaragunupudi
Sun Sep 22, 2024 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving a photo with extension
Replies: 8
Views: 420

Re: Saving a photo with extension

nageswaragunupudi wrote:
Code: Select all  Expand view
cFileNew := StrTran( cfotografia, cFileNoExt( cfotografia ), AllTrim( oAlunno:matricola ) )
if FRename( cfotografia, cFileNew ) == 0
   oAlunno:foto := cFileNoPath(cFileNew)
   oAlunno:Save()
endif



thanks
by Silvio.Falconi
Sun Sep 22, 2024 10:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving a photo with extension
Replies: 8
Views: 420

Re: Error al abrir archivos .rc con Resedit en entorno MSVC 64

... not even yours. Errors that it gives me, if I do not use the windows.h include I get an undeclared identifier. and if I use it. The error in the photo that I posted above It is frustrating but.. Jose
by jvtecheto
Sat Sep 21, 2024 5:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al abrir archivos .rc con Resedit en entorno MSVC 64
Replies: 17
Views: 606

Re: Saving a photo with extension

Code: Select all  Expand view
cFileNew := StrTran( cfotografia, cFileNoExt( cfotografia ), AllTrim( oAlunno:matricola ) )
if FRename( cfotografia, cFileNew ) == 0
   oAlunno:foto := cFileNoPath(cFileNew)
   oAlunno:Save()
endif
by nageswaragunupudi
Sat Sep 21, 2024 3:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving a photo with extension
Replies: 8
Views: 420

Re: Saving a photo with extension

Otto wrote:Does it work?

it seems ok
by Silvio.Falconi
Thu Sep 19, 2024 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving a photo with extension
Replies: 8
Views: 420

Re: Saving a photo with extension

Does it work?
by Otto
Thu Sep 19, 2024 9:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving a photo with extension
Replies: 8
Views: 420

Re: Saving a photo with extension

nice!
by Silvio.Falconi
Thu Sep 19, 2024 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving a photo with extension
Replies: 8
Views: 420

Re: Saving a photo with extension

Silvio, although you can currently only ask 4.5 questions per day on o1, I will give up one for myself and test with your question. Please post whether the result was correct. Best regards, Otto ChatGPT preview o1 The issue you're encountering stems from the method used to extract the file extension...
by Otto
Wed Sep 18, 2024 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving a photo with extension
Replies: 8
Views: 420

Saving a photo with extension

I need to save a file in the archive with the extension ( I not Know wich is the extension of the file) , the user selects the file i.e. a photo, the procedure must rename the photo with the student's matriculation number (nMatricola) I made :             nMatricola:= oAlunno:matricola     ...
by Silvio.Falconi
Wed Sep 18, 2024 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving a photo with extension
Replies: 8
Views: 420

Re: Image x xImage quality difference

We resolved the issue with gdi+. FIX: Thanks for the fix! as good as Microsoft Photo. This is a screenshot comparing Microsoft Photo (left) and xImage(right) I will ask permission to disagree. To me, here and in your sample image, Microsoft Photo is still better ...
by concentra
Tue Jul 02, 2024 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image x xImage quality difference
Replies: 42
Views: 2899

Re: Image x xImage quality difference

... you need not use the above work around. But you keep oImage:lBmpTransparent := .f. The results as tested by us are good and as good as Microsoft Photo. This is a screenshot comparing Microsoft Photo (left) and xImage(right) Test program XIMAGE( "image.tif",, .f. ) https://imagizer.imageshack.com/v2/xq70/922/yABxdd.png ...
by nageswaragunupudi
Tue Jul 02, 2024 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image x xImage quality difference
Replies: 42
Views: 2899

Re: Image x xImage quality difference

nageswaragunupudi wrote:I suggest this work-around.

This worked very well.
Thanks.

Only for the record, Windows Photo seems to give a slightly better image. Better focus ? Or Windows Photo itself enhances the image ?
But your solution is good enough to my needs.

Again, very thanks!
by concentra
Mon Jul 01, 2024 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image x xImage quality difference
Replies: 42
Views: 2899

Re: Image x xImage quality difference

... which uses Microsofts GDI+. Now we need to check and see how to make this better for our users. We should aim at rendering on par with Windows photo viewer or Irfanview.
by nageswaragunupudi
Fri Jun 28, 2024 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image x xImage quality difference
Replies: 42
Views: 2899
Next

Return to advanced search

cron