Vous avez cherché: bitmap (Chinois (simplifié) - Anglais)

Contributions humaines

Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.

Ajouter une traduction

Chinois (simplifié)

Anglais

Infos

Chinois (simplifié)

bitmap

Anglais

bmp file format

Dernière mise à jour : 2013-09-06
Fréquence d'utilisation : 2
Qualité :

Référence: Wikipedia

Chinois (simplifié)

portable bitmap 匯入和匯出轉換器

Anglais

portable bitmap import/export

Dernière mise à jour : 2017-03-10
Fréquence d'utilisation : 1
Qualité :

Référence: Translated.com

Chinois (simplifié)

"size" - the size in bytes of the bitmap.

Anglais

"size" - the size in bytes of the bitmap.

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Référence: Translated.com
Avertissement : un formatage HTML invisible est présent

Chinois (simplifié)

"height" - the height in pixels of the bitmap.

Anglais

"height" - the height in pixels of the bitmap.

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Référence: Translated.com
Avertissement : un formatage HTML invisible est présent

Chinois (simplifié)

swfbitmap- getheight() returns the bitmap's height in pixels.

Anglais

use this function at your own risk.

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Référence: Translated.com

Chinois (simplifié)

bitmap flag 屏幕保护程序 kde waving flag 屏幕保护程序 版权所有 (c) 2001 ian reinhart geiser

Anglais

bitmap flag screen saver waving flag screen saver for kde copyright (c) ian reinhart geiser 2001

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 3
Qualité :

Référence: Translated.com

Chinois (simplifié)

sets the fill to bitmap clipped, empty spaces will be filled by the bitmap given by the bitmapid parameter.

Anglais

sets the fill to bitmap clipped, empty spaces will be filled by the bitmap given by the bitmapid parameter.

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Référence: Translated.com

Chinois (simplifié)

the function simply draws an bmp the bitmap filename at position x, y. handle must be a valid handle to a printer.

Anglais

the function simply draws an bmp the bitmap filename at position x, y. handle must be a valid handle to a printer.

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Référence: Translated.com

Chinois (simplifié)

sets the fill to bitmap tile, empty spaces will be filled by the bitmap given by the bitmapid parameter (tiled).

Anglais

sets the fill to bitmap tile, empty spaces will be filled by the bitmap given by the bitmapid parameter (tiled).

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Référence: Translated.com

Chinois (simplifié)

the swf_getbitmapinfo() function returns an array of information about a bitmap given by the bitmapid parameter. the returned array has the following elements:

Anglais

the returned array has the following elements:

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Référence: Translated.com

Chinois (simplifié)

the swf_definebitmap() function defines a bitmap given a gif, jpeg, rgb or fi image. the image will be converted into a flash jpeg or flash color map format.

Anglais

the image will be converted into a flash jpeg or flash color map format.

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Référence: Translated.com

Chinois (simplifié)

?php $p = new swfmorph(); $b = new swfbitmap("alphafill.jpg"); // use your own bitmap $width = $b- getwidth(); $height = $b- getheight(); $s = $p- getshape1(); $f = $s- addfill($b, swffill_tiled_bitmap); $f- moveto(-$width/2, -$height/4); $f- scaleto(1.0, 0.5); $s- setleftfill($f); $s- movepento(-$width/2, -$height/4); $s- drawline($width, 0); $s- drawline(0, $height/2); $s- drawline(-$width, 0); $s- drawline(0, -$height/2); $s = $p- getshape2(); $f = $s- addfill($b, swffill_tiled_bitmap); // these two have no effect! $f- moveto(-$width/4, -$height/2); $f- scaleto(0.5, 1.0); $s- setleftfill($f); $s- movepento(-$width/4, -$height/2); $s- drawline($width/2, 0); $s- drawline(0, $height); $s- drawline(-$width/2, 0); $s- drawline(0, -$height); $m = new swfmovie(); $m- setdimension($width, $height); $i = $m- add($p); $i- moveto($width/2, $height/2); for($n=0; $n 1.001; $n+=0.03) {$i- setratio($n); $m- nextframe();} header('content-type: application/x-shockwave-flash'); $m- output();?

Anglais

?php $p = new swfmorph(); $b = new swfbitmap("alphafill.jpg"); / / use your own bitmap $width = $b - getwidth(); $height = $b - getheight(); $s = $p - getshape1(); $f = $s - addfill($b, swffill_tiled_bitmap); $f - moveto(-$width / 2, -$height / 4); $f - scaleto(1.0, 0.5); $s - setleftfill($f); $s - movepento(-$width / 2, -$height / 4); $s - drawline($width, 0); $s - drawline(0, $height / 2); $s - drawline(-$width, 0); $s - drawline(0, -$height / 2); $s = $p - getshape2(); $f = $s - addfill($b, swffill_tiled_bitmap); / / these two have no effect! $f - moveto(-$width / 4, -$height / 2); $f - scaleto(0.5, 1.0); $s - setleftfill($f); $s - movepento(-$width / 4, -$height / 2); $s - drawline($width / 2, 0); $s - drawline(0, $height); $s - drawline(-$width / 2, 0); $s - drawline(0, -$height); $m = new swfmovie(); $m - setdimension($width, $height); $i = $m - add($p); $i - moveto($width / 2, $height / 2); for($n=0; $n 1.001; $n+=0.03) {$i - setratio($n); $m - nextframe();} header('content-type: application / x-shockwave-flash'); $m - output();?

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Référence: Translated.com
Avertissement : un formatage HTML invisible est présent

Obtenez une traduction de meilleure qualité grâce aux
7,749,129,016 contributions humaines

Les utilisateurs demandent maintenant de l'aide :



Nous utilisons des cookies pour améliorer votre expérience utilisateur sur notre site. En poursuivant votre navigation, vous déclarez accepter leur utilisation. En savoir plus. OK