I wanna create a pdf with 2 images. One of the image is a text and the other is a watermark to draw on top of the first one. Well when I load the first image everything is ok but then I try to load the watermark image and get the "Out of Memory"
How can I write the code below in Objective C: let strPictureURL: String = (result.objectForKey("picture")?.objectForKey("data")?.objectForKey("url") as? String)! self.ivUserProfileImage.image = UIImage(data: NSData(contentsO
In my project I used an image cropper widget. I setup the widget, that it save in frontend/web/upload. But in backend I save the images to frontend too. This is working perfect. Then i want to show the image on the backend, if its exist. And i want t
I have a copy of 350+ images on my sever, when a person tries to view one, if it is more than 5 minutes old, I want my sever to check with another website that I am mirroring data from(they insist on me mirroring instead of hotlinking) and get the ne
I have .php for upload images,now when I want to upload image multipart/form-data .php just reloaded without updating images. This is output of var_dump($_FILES) array(1) { ["slika"]=> array(5) { ["name"]=> string(8) "test.p
On this site we have the main menu. 'On hover' the menu-items i want to change the 'Main-image' in the third column. The owner is using a plugin to built the menu. I am stuck to this structure. But i can give a CSS class name: links1, links2 etc (to
Hello, I have a gif in a JFrame. It all works fine except the gif is frozen on the first time as though it is an jpeg or png. Also, the stackoverflow is telling me I need to add more details even though I have added all the details required in order
im creating an app where you can upload a photo from gallery to imageView. and i want that app to upload every new photo on new imageView. For example i picked an image from gallery press button "ok" and that photo should be uploaded on new imag
I can't figure out how I can make a responsive image and at the same time make the image centered regardless if it is viewed on a cellphone or on a computer with a wider resolution. I'm using css class .img-responsive but that always does align the i
How can I get page-break-after to work on a div that I am showing as display:none with @media screen? I want the image to only show when I print but also page break after it so the rest of the divs print onto the second page. EXAMPLE this is the resu
Here is an example of my command: wget -r -l 0 -np -t 1 -A jpg,jpeg,gif,png -nd --connect-timeout=10 -P ~/support --load-cookies cookies.txt "http://support.proboards.com/" -e robots=off Based on the input here But nothing really gets downloaded
OK so I am coding a game right now to prepair for Ludum Dare SharkJam, and I am using a new method for programming, because the last method I had crashes my PC, so this one should work. Well it does work and all, better too, but the images that I put
In my program I current create a numpy array full of zeros and then for loop through each element replacing it with the desired value. Is there a more efficient way of doing this? Below is an example of what I am doing however, instead of a int I hav
everyone. Been searching for this for some time, but i cant find an answer.. What i want is, have a header with links, that can have image, text and image with text after it, and align them horizontaly.. The problem is, that the text is allways fushe
I have a webpage with a css style file. When I try to scale the header2.png in the code below, the picture gets cropped instead. Any idea Why? #header { background:url(images/bg.gif) repeat-x 0 0; height: 70px; position: absolute; } #logo a { backgro
I have a field DataGridViewImageColumn, and for each line of the field, depending on a condition, I add a different image. Anyone know how I can do this in Windows Forms? if (dgvAndon.Rows[e.RowIndex].Cells["urgencyOrder"].ToString() == "1&
In this old StackOverflow post, it was said that only IE6 had issues with PNG favicons, but on channel9, it said that IE7 also does not support PNG favicons either. But, unfortunately, the channel9 link has been deleted - so does anyone know the offi
I have been trying to load imageicons into a jframe. I have no idea why this code doesn't work. I have tried using jpanels and jlabels, and also other ways of loading images, but those don't work either. I think because of this it has something to do
I am trying to make a small store map with a pointer on it showing the location in the store. I have created this using jQuery and it works perfect in Chrome. Yet, in Firefox and internet explorer, the pointer is positioned behind the map and it is i
I need to put a paragraph to the left of an image in an html page. Right now, the text is beside the image, but the paragraph itself extends behind the image to the left side of the container. I'd like them simply to be beside each other, inline, wit
I'm making a desktop app in Java Swing using the Netbeans platform. I want to convert a 16 bit gray scale image to an RGB image. How can I do that?Grayscale is held in a single value, black, whereas RBG is held in three, red, blue, and green. The bes
I'm trying to repeat-y an image that's in a div and no background image but haven't figured how. Could you please point me to a solution? My code looks like this: <div id="rightflower"> <img src="/image/layout/lotus-dreapta.png&quo
I have an img of 200px by 200px. I have a container for the img. The container size is 100%x100%. Basically the size of the container is depends on the window size. What I would like to achieve is if the screen size is gets smaller than 200px it shou
Using JavaScript, how can I determine the size of an image which is not in the document without inserting it in the document? Could I download the image using AJAX and check its height and width programmatically? Something like... var xmlhttp = new X
I am looking for someone to assist in the code i require in my application to copya image from where they get stored on the HTC desire as standard(the gallery) to a another folder on the SD card. I want the user to be able to click on a button and a
I am playing around with CodePress for a small project, and I am trying to figure out how it generates the actual numbers for the line number display. I have looked all through the code, and I see nothing where 1, 2, 3, ..., n is outputted. However,
I want to create large image by C#. (i have some photos with large size (4800 * 4800). i want to merge these photos.) I use Bitmap but don't support. (Error : Invalid Parameter)Some code would be useful ... ... However, to hazard an educated guess, I
This is an architecture question, but its solution lies in ColdFusion and MySQL structure--or at least I believe so. I have a products table in my database, and each product can have any number of screen-shots. My current method to display product sc
Even if the image is changed, overwritten, modified, IIS still serves the cached copy. I am trying to upload an image from a webcam taken every 15 seconds. The image makes it onto the server but when I refresh the browser with the image FROM the serv
I'm showing images from other websites as thumbnails. To do this I display them in a smaller img tag so the browser does the size decrease. The problem is that the quality of these images (which I have no control of) is diminished. Also they look muc