Diferencia entre revisiones de «Daniela Delmás: Proyecto Final»

De Casiopea
Sin resumen de edición
Sin resumen de edición
 
Línea 8: Línea 8:
|Profesor=Herbert Spencer,
|Profesor=Herbert Spencer,
|Alumnos=Daniela Delmás,
|Alumnos=Daniela Delmás,
|Imagen=Daniela Delm�s.pdf
|Imagen=Processing Dani.rar
}}
}}
import processing.pdf.*;
import processing.pdf.*;

Revisión actual - 09:52 6 sep 2012

Archivo:Processing Dani.rar


TítuloDaniela Delmás: Proyecto Final
Tipo de ProyectoProyecto de Curso
Palabras Claveproyecto final
AsignaturaImagen Escrita 2012,
Del CursoImagen Escrita 2012,
CarrerasDiseño Gráfico"Diseño Gráfico" is not in the list (Arquitectura, Diseño, Magíster, Otra) of allowed values for the "Carreras Relacionadas" property., Diseño Industrial"Diseño Industrial" is not in the list (Arquitectura, Diseño, Magíster, Otra) of allowed values for the "Carreras Relacionadas" property.
Alumno(s)Daniela Delmás
ProfesorHerbert Spencer

import processing.pdf.*;

PShape s;

void setup() {

 s = loadShape("Daniela_Delmás.svg");
 size(1000, 1000, PDF, "Daniela_Delmás.pdf");

}

void draw() {

 background(255);
 shape(s, 0, 0, 1000, 1000);
 exit();

}

Realizado con la ayuda de un amigo, fue importado a processing y no hecho completamente en el.