2010/8/29-9/30 [Consumer/Camera, Computer/SW/Languages] UID:53939 Activity:nil | 8/28 Hi, anybody printed a photo image to a big plotter? Something like
36"x36"? I'm wondering how many megapixels the image need to
have in order for the print to "look good". There is a rule of
thumb? Like 6 megapixel is good for X size print. 10 megapixel
is good for Y size print. Thanks.
\_ You don't need that many more megapixels for much bigger prints,
...
|
2009/4/24-28 [Computer/SW/Languages/Functional] UID:52902 Activity:nil | 4/23 what book is this?
"I'm reading this horrible horrible book about a programmer
from silicon valley that gets magically
transported into some world where magic is real
and uses computer programming skillz to become the world's
greatest sorceror … in book 1 of the series
...
|
2009/4/6-13 [Computer/SW/Languages/C_Cplusplus] UID:52806 Activity:moderate | 4/6 In C++, if there are several instances of an object, and for
debugging purpose I want to see which instance of an object it is, I
can do 'printf("%p", pObj);' to print out the address of the object.
Is there any way to do something similar in C#? Thanks.
\_ CLR objects can get shuffled around in memory nondeterministically.
Using the address or something like that won't work for identifying
...
|
|