PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Re: [WM17] Andriod Resize Image ?
Re: [WM17] Andriod Resize Image ?
Iniciado por Arie Mars, abr., 11 2013 12:38 PM - Sem resposta
Publicado em abril, 11 2013 - 12:38 PM
10 times faster

sPhoto is string = VideoStartApp(viPictureCapture)
sDest is string
VideoGenerateThumbnail(sPhoto,sDest,600,480)

or the one I use
VideoGenerateThumbnail(sPhoto,sDest)

if you need it to be more sophisticated you have to switch to Java.
There a examples on the internet.
Once you get a bit familiair with Java it opens a new world for "stuff not suppoerted yet".