While this isn\'t strictly programming related, it\'s something I\'ve run into as a web developer on several occasions, and I imagine others have run into as well. For that reason, I hope this questio
I want to get th开发者_开发问答e adpater RAM or graphics RAM which you can see in Display settings or Device manager using API. I am in C++ application.
I\'m trying to develop a small map-like application for blackberry.I need to know how can I position a small image onto another much larger image.
I\'m writing a CSS sprite engine in C#, however I\'m having a few issues. I create the master image, set all the properties to that then iterate the sprites and draw those to the master image. However
I\'m interested in image scaling algorithms and have implemented the bilinear and bicubic methods. However, I have heard of the Lanczos and other more sophisticated methods for even higher quality ima
I have not really used JavaScript before but I am trying to validate form elements as they are being filled out. I have an X and a Check mark that I am trying to display next to the field to show if i
Looking for the quickest way to calculate a point that lies on a line a given distance away from the end point of the line:
I\'m looking for the most basic description of how to draw text within a JPanel. I know there are a billion tutorials out there but none of them are clicking with me and I have some specific questions
Consider this code: public class StateChartPanel extends JPanel { private LightContext LC; public StateChartPanel(LightContext lc){
I am trying to save a rotated and scaled UIImageView as an UIImage in the position and with the zoom scale that the user edited too. But I can only manage to save the original image as it was before e