검색어: imagecolorallocate (스페인어 - 영어)

인적 기여

전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.

번역 추가

스페인어

영어

정보

스페인어

imagecolorallocate

영어

imagecolorallocate

마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:

스페인어

vea imagecolorallocate().

영어

see imagecolorallocate().

마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:

스페인어

vea también imagecreate() y imagecolorallocate().

영어

see also imagecreate() and imagecolorallocate().

마지막 업데이트: 2018-02-13
사용 빈도: 2
품질:

스페인어

imagecolorallocate--reserva un color para una imagen

영어

imagecolorallocate--allocate a color for an image

마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:

스페인어

imagecolorallocate devuelve un identificador del color representado por la mezcla de los componentes rgb dados.

영어

imagecolorallocate() returns a color identifier representing the color composed of the given rgb components.

마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:

스페인어

nota: la primera llamada a imagecolorallocate() se emplea para seleccionar el color de fondo.

영어

note: the first call to imagecolorallocate() fills the background color.

마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:

스페인어

$white = imagecolorallocate( $im, 255,255,255); $black = imagecolorallocate($im, 0,0,0);

영어

returns -1 if the allocation failed.

마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:

스페인어

?php header( "content-type: image / gif"); $im = imagecreate(400,30); $black = imagecolorallocate($im, 0,0,0); $white = imagecolorallocate($im, 255,255,255); imagettftext($im, 20, 0, 10, 20, $white, "/ path / arial.ttf", "testing...

영어

?php header( "content-type: image / jpeg"); $im = imagecreate(400,30); $white = imagecolorallocate($im, 255,255,255); $black = imagecolorallocate($im, 0,0,0); / / replace path by your own font path imagettftext($im, 20, 0, 10, 20, $black, "/ path / arial.ttf", "testing...

마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:

경고: 보이지 않는 HTML 형식이 포함되어 있습니다

인적 기여로
8,934,722,146 더 나은 번역을 얻을 수 있습니다

사용자가 도움을 필요로 합니다:



당사는 사용자 경험을 향상시키기 위해 쿠키를 사용합니다. 귀하께서 본 사이트를 계속 방문하시는 것은 당사의 쿠키 사용에 동의하시는 것으로 간주됩니다. 자세히 보기. 확인