Analizar una imagen

HMG en Español

Moderator: Rathinagiri

Post Reply
User avatar
Renegado
Posts: 83
Joined: Tue Mar 11, 2014 11:59 pm

Analizar una imagen

Post by Renegado »

Buen día, Se puede hacer un analisis de una imagen para después imprimirla con sus dimensiones reales?

hello, I can do an analysis of an image and then print it with its real dimensions?

Code: Select all

//----saber dimensiones----
código
ancho:=
alto:=
//------------------------------
@ 13+ nlinea,15 PRINT IMAGE alltrim(Cimagen);  
                       WIDTH ancho ;
			HEIGHT alto
thanks
User avatar
gcarrizo
Posts: 43
Joined: Fri Oct 07, 2016 1:20 pm
DBs Used: DBF
Location: Argentina

Re: Analizar una imagen

Post by gcarrizo »

"Image Get and Set Properties" -> http://www.hmgforum.com/viewtopic.php?f=20&t=4895&sd=d

Este post puede serte útil

Saludos
---------------------------------------

This post can be useful to you.

Best Regards
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Analizar una imagen

Post by Rathinagiri »

We use BT library.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Renegado
Posts: 83
Joined: Tue Mar 11, 2014 11:59 pm

Re: Analizar una imagen

Post by Renegado »

Muchas gracias gcarrizo por el tip, gracias también Rathinagiri.
Ya solo faltan los toques finales para terminar mi app.

thanks gcarrizo and Rathinagiri.
My application is almost ready
Post Reply