Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
jnsnrd
jnsnrd's Profile
2
Posts
2
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
rotate image offscreen
[3 Replies]
16-May-2013 10:10 AM
Forum:
Core Library Questions
hi,
i would like to rotate an image offscreen (as in the background) and save it.
i tried the following:
size(640, 480);
PGraphics printerImage;
PImage img = loadImage("shot0.jpg");
printerImage = createGraphics(img.width, img.height);
printerImage.beginDraw();
printerImage.image(img, 0, 0);
printerImage.rotate(radians(90));
// printerImage.updatePixels();
printerImage.endDraw();
img = printerImage.get();
String path = savePath("shots/bpmRotated.jpg");
printerImage.save(path);
however, the saved image is not rotated. nor are any errors thrown.
any ideas?
thanks for any help!
jns
eclipse plug in installation issue
[2 Replies]
04-Nov-2010 10:35 AM
Forum:
Library and Tool Development
Hi,
I was thinking my programming and app developing with Processing could really profit from switching to a more
powerfull IDE. But unfortunately:
I can't get the Processing plug-in for Eclipse to run.
I did exactly as told on
http://wiki.processing.org/w/Eclipse_Plug_In
Installation goes well without problems.
Anyways after restarting Eclipse there's no trace of the plug in (not in preferences, perspectives, projects...)except in Installation Details.
I'm using Eclipse Helios, with 3.6.1 JDT on Mac OS 10.5.8.
Thanks for any help on this one!
«Prev
Next »
Moderate user : jnsnrd
Forum