The picture tag has no wiki summary.
-2
votes
0answers
26 views
How do you make a picture bigger when you click on it in js?
How do you make a picture bigger with javascript?
Please what is the code?
-2
votes
0answers
12 views
Android downloading image doesn't work on all device in 3G [closed]
I work on an application where I download some picture with an URL.
The download is correct in WIFI.
But the application doesn't download the image if the device (not all device!!!) if the device is ...
1
vote
0answers
22 views
Excel VBA: Set Specific Picture Color
Have tried recording a macro to get me on the way here, but am not having any luck.
I have a picture and want to use the preset colors to recolor it.
I want a macro that does the effect of Picture ...
0
votes
1answer
26 views
pygame doesn't loads picture (python)(2.7.5)
bif="bg.jpeg"
mif="ball.png"
import pygame
import sys
from pygame.locals import *
pygame.init()
screen_size=(640, 360)
screen=pygame.display.set_mode( screen_size, 0, 32)
...
0
votes
0answers
10 views
High Resolution Group Icon
Prior you could fetch a high resolution group icon using the following method:
https://graph.facebook.com/[group_id]/picture?width=80&height=80&access_token=[access_token]
Now this returns ...
-7
votes
0answers
29 views
Programmatically, How do I implement a picture browser like the “Learn More” section of ReadyForZero app? (Pictures below) [closed]
I want to make something exactly like this.
With the little dots in the middle that notify which page we are on. But the buttons remain consistent.
I need at least 10 reputation to post the ...
0
votes
0answers
47 views
Cannot get image and no visible interface
When I use the saving code I get the error @ interface for "secondViewController" decalres the selector getcachedirectorypath. I used
@interface getCacheDirectoryPath : UIImagePickerController
...
0
votes
0answers
19 views
Make user able to take their own background picture
In my app I want the user to be able to take a picture and then use this picture as a background in the app. The problem I have is that you can't save the photo in the drawable map and the only way to ...
-3
votes
2answers
41 views
How can I make a header like this in css and html [closed]
I want it to have a profile picture on the left side with a black border on the right side. I want another picture on the left side with a border on the left side and I want my logo in the middle. The ...
0
votes
0answers
15 views
Is there a way to change the user profile picture? [duplicate]
I am looking for a way to change the user profile picture with the Facebook SDK. I am using Xcode and I didn't find any answer in the official docs.
Any idea if this is possile?
-1
votes
0answers
18 views
taking a photo in an app and saving in it inside the app using a cover flow or iCarousel [closed]
Hi I am new to Xcode and I have trouble with some parts of the app. I tried many times but id does not work as a whole.
I want the app to be designed like this
1.User pushes the photo button in the ...
0
votes
0answers
26 views
Product multiZoom not working in Opencart [closed]
I want to make product zoom in Opencart working, can somebody explain what I am doing wrong.
Here is the Multizoom and CSS javascript source and demo link enter link description here
I have created ...
0
votes
1answer
18 views
Xcode: get lighting information of a picture or predominant color
I need to detect the predominant color or the ligthing of a picture.
It is possible? And how?
It is possibile to extract that data from a CGIMAGE?
Thanks
0
votes
0answers
34 views
how to scale picture in certain dimensions in crystal reports
I have a report with dynamicaly loaded picture.
Size of the picture is unceratin so I have to allow growth of the picture but its also forbidden to growth over lets say 300px in width and/or height.
...
0
votes
1answer
37 views
Android ListView using pictures as clickable entries to display information
I'm currently working on how to display certain entries in an Android app. What I plan to do is have a list of entries that the user previously filled out be viewable by clicking on the picture (which ...
0
votes
0answers
46 views
Facebook feed share - picture not showing
I'm having problems getting the picture to show up on a Facebook feed share.
After you finish the first round in the game I'm working on, you have the ability to share to Facebook, with your picture ...
1
vote
1answer
33 views
How to insert Image object as picture in Word document
So I have this function where I am generating and returning my image (a .bmp format). I want to put it into a word document. I looked at InlineShapes.AddPicture but it only takes a string argument, ...
0
votes
0answers
35 views
Slick-Util (in lwjgl): Importing a texture and displaying it results in weird, extra pixels (in lines) created near the texture
Code: http://www.lwjgl.org/wiki/index.php?title=Slick-Util_Library_-_Part_1_-_Loading_Images_for_LWJGL
Output:
(It's supposed to be just a rectangle; but the extra lines at the right, bottom, and ...
2
votes
1answer
48 views
Objective c: How to know picture's inspector information
I would like to know the information of a picture in the inspector. Is there a way to retrieve that information from objective-c.
The above screenshot is a sample of inspector window. I'd like to ...
-2
votes
0answers
25 views
edit picture and save android [closed]
So I'm building an application that takes a picture and then opens it in the next activity in this activity I want to paste something on the picture but what is the best way to do it? And how can I ...
-2
votes
1answer
22 views
iPhone app preview - anyone knows where to get an image of an iPhone? [closed]
I wonder if anyone knows where I can get an image of an iphone on which I can place some pages from my app? It is for the 'instructions' page in my app. I noticed some apps would have a pic of an ...
0
votes
0answers
23 views
(C#) Display photo in form2 based on integer result in form1
I've been reading through the forums and looking for a solution. I'm a super beginner with C#.
I have a quiz set up on form1, with radio buttons. Upon hitting Submit button, Results (1 - 4) are ...
0
votes
0answers
10 views
Post method is not showing the picture
Using the "Post" method (https://developers.facebook.com/docs/reference/api/post/) from my android and IOS applications, I pass the following fields: link, name, picture and caption.
Doing this with ...
3
votes
2answers
129 views
Take screensot and save android
I'm a very new android developer with a basic understanding of java. I've undertaken a large project and I've hit a problem I can seem to fix.
Basically my problem has three different parts: ...
0
votes
0answers
16 views
OpenXML - insert image behind the text
I need to paste image behind the text using OpenXML SDK.
I use this code to paste inline image:
using a = DocumentFormat.OpenXml.Drawing;
using pic = DocumentFormat.OpenXml.Drawing.Pictures;
using ...
0
votes
0answers
14 views
Unable to view Business Page Albums via Iphone
My business page has seen a sharp decline of user inquiries because the new iphone facebook app does not allow users to view our photo albums (only timeline photos are shown). How can we can it ...
0
votes
1answer
33 views
Excel: Show a picture based on an expression
I have an excel spreadsheet. I have 3 different pictures, in cells A1, B1, C1.
Cell D1 has a value (one, two or three). Based on the value in D1, i need the cell E1 to display the picture in cell A1, ...
-1
votes
0answers
16 views
How can I generate profile picture dynamically like StackOverflow? [migrated]
I am curious how StackOverflow generates profile pictures randomly in cute way. What is the best way to achieve that? What tools or programming knowledge I should know?
0
votes
1answer
67 views
How to share picture from Photo Gallery to my application?
I have an application written in Titanium.
And on Android device, in Photo gallery, click share via. Picture can share via Gmail, Message, Goolge+, ...
I want add one more option that picture can ...
-1
votes
0answers
35 views
Best picture hosting site [closed]
I know this question may appear general at a first sight, however it's not.
I'm creating a site to display pictures, however, since the space I had on the server is very limited I need an hosting site ...
0
votes
1answer
24 views
Fit just taken photo into imagebutton
I have an ImageButton, when I press it I can take a picture with my phone. When I take the picture the ImageButtons gets the picture as its source. But the problem is, is that the image doesn't scale ...
0
votes
0answers
17 views
Joomla website uploaded,while some pictures do not appear
I uploaded the website to hosting 260mb.org. The problem is that some pictures do not appear, while others appear. The path for all pictures is the same, and I checked that all pictures are really ...
-3
votes
0answers
31 views
send a picture from text on an email?
*iam working on an android application that translate a word
to a picture and put the picture on a text
i wanna send that picture by email but it keeps saying fail to attach when sending
the email
...
0
votes
2answers
73 views
Qt: resource files (.qrc)
When i have this code and copy manually i.png to binary file destination
scene = new QGraphicsScene(this);
QPixmap pixm(qApp->applicationDirPath() + "/i.png");
scene->addPixmap(pixm);
...
-3
votes
0answers
35 views
Save a section of the screen to memory [closed]
I am working on an android app and am trying to make it save a section of the screen to device memory. I'm looking for a way to, in code, define the section of the screen and then capture that part of ...
0
votes
3answers
62 views
How do you add images to an array?
I am stuck on a project because I have no clue how to store a picture into an array.
I think it would go in this method
public Picture addPicture (Picture pictureAdded) {
pRef = pictureAdded;
...
-1
votes
0answers
29 views
Xcode with applescript. (need to change background picture)
I have an app with applescript built with xcode. everything is fine but how does one change the colour of the window or even change it to a picture. thank you.
0
votes
0answers
25 views
View the contact's picture in android eclipse
I'm trying to view the contact's picture on my view but i cannot understand any answer i find because i am not at all familiar with the uri or bitmap; what i have been using is a Cursor to get what i ...
-3
votes
0answers
9 views
What am I legally allowed to do with synched contact data (picture)? [closed]
When my app have facebook contact data after a successful synch, what can I legally do with this data?
More specific here: Can I take the picture data of such a FB contact and add it to same contact ...
0
votes
1answer
77 views
How to save photo from Camera Android
Edit: I found out the problem is in the onPreviewFrame function:
@Override
public void onPreviewFrame(byte[] data, Camera camera) {
if (frameCount == 0) {
start = ...
0
votes
0answers
35 views
Why is my Facebook wall post's image not appearing?
I have a Facebook app that posts to the user's wall via FB.ui() and method "feed". When I was testing the "picture", I passed in an image url I got from Google Images, and that worked correctly. But ...
-1
votes
0answers
21 views
How do you make a pic all Green in Jython?
I need to get all of the pixels and change their r and b values to 0 and green to 255
i also need to make an all blue function and all red.
this needs to be a function so i can add it to the photo ...
1
vote
0answers
12 views
My picture don't appear on screen on my device
Hello,
I have a problem with my device. I created a layout. It works fine with the emulator. But when I export the project to my GS3 the image view disapear.
What can I do ? I try to delete the ...
0
votes
1answer
38 views
picture does not move ( -setNeedsDisplay:YES does not call drawRect:)
sorry for bothering you again about the - (void)setNeedsDisplay which does not call
- (void)drawRect: method...but I spend so much time on this problem
I am a beginner in Objective-C and I am trying ...
0
votes
1answer
51 views
Making Iframe default picture same size as blank iframe
I'm not sure if this is possible, but I have my iframe set to relative. My question is how do I set the default image to resize to the size of the iframe automatically ? The code...
<iframe ...
0
votes
2answers
39 views
Save Facebook friend pictures to documents rapidly
I don't have any clue what so ever and hence I am giving it up to some one who can assist me a proper way.Actually I have retrieved the Facebook friends details using FQL query,in which the profile ...
0
votes
3answers
79 views
delphi7, how to check picture of a Timage existence
The title is bad so i will explain:
Hi, i created 4 images, in which the character (game character, a car) looks at different directions, every time you press the arrow keys (up looks at up, down ...
-3
votes
3answers
159 views
How to generate random images in javascript?
I have been using the following code to generate random images, but none of the pictures are showing up.
<html>
<head>
<SCRIPT LANGUAGE="JavaScript">
var theImages = new Array()
...
1
vote
2answers
44 views
JQuery .load() feature causing weird lag
I've done some searching/troubleshooting to no avail. I have a simple picture viewer and I added in the JQuery .load() function to make the animation wait to fade back in until the image has loaded. ...
1
vote
2answers
52 views
How can I add a picture in an email which is a html format with SwiftMailer (Symfony2)
I have developed a page for a client, and I have to do a newsletter. I already have the template of the mail and what I want is to insert a picture in those emails.
The code :
foreach($customer as ...





