Vertaling van "bitmap y" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Soporte de ficheros bitmap y video renovado.
Una función de vector que crea líneas de corte está disponible para bitmap y archivos jpeg.
A vector function that creates cutting lines is available for bitmap and jpeg files.
Si una columna de cadena de caracteres tiene una longitud de cero tras eliminar los espacios en blanco finales, o una columna numérica tiene un valor de cero, se marca en el bitmap y no se guarda en disco.
If a string column has a length of zero after trailing space removal, or a numeric column has a value of zero, it is marked in the bitmap and not saved to disk.
Defino bitmap y un bitmap layer (líneas 4 y 5) que son los que utilizaré para mostrar la imagen.
I define a bitmap and bitmap layer (lines 4 and 5) are what I will use to display the image.
Verá que se suministran en una gran variedad de formatos bitmap y vectoriales, aunque EPS probablemente sea el formato vectorial que se emplea más comúnmente para este tipo de salida.
You'll find they're provided in a variety of bitmap and vector formats, although EPS is probably the most common vector format employed for this kind of output.
Verá que se suministran en una gran variedad de formatos bitmap y vectoriales, aunque EPS probablemente sea el formato vectorial que se emplea más comúnmente para este tipo de salida.
You'll find these images are provided in a variety of bitmap and vector formats, while EPS or WMF are the common vector formats employed for this kind of output.
Este ejemplo le muestra cómo captar imágenes en modo BMP y convertir una imagen de una memoria gráfica previamente definida en una imagen bitmap. A continuación le muestra cómo copiar esta imagen a otro bitmap y cómo añadir texto y un bitmap más a esta imagen.
Este ejemplo muestra cómo se sincroniza la This sample shows how to acquire images in DIB-mode and convert an image from a previously defined image memory into a bitmap, how to copy it into another bitmap and how to draw text and a bitmap into the image.
Podemos usar el Svg2synfig converter, o importar como bitmap y luego trazarlo en synfig.
You can use the Svg2synfig converter, or import it as a bitmap and trace over it in synfig.
Puede usar el converter Svg2synfig, o importarlo como un bitmap y remontarlo sobre él en Synfig.
You can use the Svg2synfig converter, or import it as a bitmap and trace over it in synfig.
Simplemente creamos un Bitmap y obtenemos un puntero a los bytes que componen la imagen.
Simply we create a Bitmap and get a pointer to the bytes that make up the image.
Parece, que la opción única es para dibujar la línea en un *Bitmap y dibujar el *bitmap después de todo.
It seems, that the only option is to draw the line on a Bitmap and draw the bitmap after all.
Añadidas las propiedades de anchura y altura de los objetos gráficos Bitmap y Label en MQL5.
Added width and height properties of the Bitmap and Label graphical objects in MQL5.
Entonces buscamos el Bitmap y lo cargamos mediante el método LoadTexturer
So we look for the Bitmap and we load it through the LoadTexturer method