Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
Archivist
/
raylib-src
espelho de
https://github.com/raysan5/raylib
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
24
Wiki
Trabalho
Ver a proveniência
Update rtextures.c
pull/3029/head
Ray
há 2 anos
ascendente
64f2f86d32
cometimento
e2996f167e
1 ficheiros alterados
com
2 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+2
-0
src/rtextures.c
+ 2
- 0
src/rtextures.c
Ver ficheiro
@ -525,6 +525,8 @@ bool ExportImage(Image image, const char *fileName)
{
int
success
=
0
;
if
(
(
image
.
width
=
=
0
)
|
|
(
image
.
height
=
=
0
)
|
|
(
image
.
data
=
=
NULL
)
)
return
success
;
#
if defined(SUPPORT_IMAGE_EXPORT)
int
channels
=
4
;
bool
allocatedData
=
false
;
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar