View source: R/pick_resolution.R
pick_resolution | R Documentation |
Obter o numero de pixels por centimetros ou polegadas em uma imagem (Get the number of pixels per centimeters or inches in an image).
pick_resolution(im,inches=NULL,centimeters=NULL,several=TRUE,col="red")
im |
:Image in ExpImage format (Imagem no formato do ExpImage). |
inches |
:reference object size in inches (tamanho do objeto de referencia em polegadas). |
centimeters |
:reference object size in centimeters (tamanho do objeto de referencia em centimetros). |
several |
:TRUE: If you want to get the DPI from the average of several measurements (TRUE: Se deseja obter o DPI a partir da média de várias medidas ). |
col |
: Font color (Cor da fonte). |
Returns the resolution in DPI of an image. (Retorna a resolução em uma imagem).
Alcinei Mistico Azevedo (Instituto de ciencias agrarias da UFMG)
pick_color
, pick_length
## Not run:
# Not run: Depende da interacao com uma interface grafica
#(It depends on interaction with a graphical interface).
im=read_image(example_image(3),plot=TRUE)
dpi=pick_resolution(im,centimeters=8.5)
dpi$dpi
pick_length(im,dpi = dpi$dpi)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.