processing / processing/processing-website
Reference documentation, problem in code example given for PImage.height
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- MDX
- Estrellas
- 90
- Forks
- 122
- Merge medio
- 1 h 43 min
- PR fusionados (30 d)
- 3
Descripción
Select the type of content error.
Factual Mistake
Section
Reference
Location of the error
content/references/examples/processing/PImage_height/PImage_height.pde
Describe the error
The code example given in reference section for Pimage_height doesn’t have any mention at all of height in it. It should be updated to be relevant to the heading under which it occurs.
Suggested correction
Perhaps the content could be updated to be parallel in structure to the documentation for Pimage_width
Language
English
Screenshots or references
// this is the code example given, which does not illustrate how PImage.height works and does not even reference it
PImage photo;
void setup() {
size(400, 400);
photo = loadImage("mt-horai.jpg");
}
void draw() {
image(photo, 0, 0);
}
Additional context
No response
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Empieza con content/references/examples/processing/PImage_height/PImage_height.pde y compara su ejemplo con la documentación de PImage_width. Actualiza el ejemplo para que demuestre PImage.height y coincida con el encabezado; después, verifica que la página de referencia muestre correctamente el ejemplo correspondiente.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Área
- documentation
- Tipo de issue
- Documentación
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 55/100