2
votes
4answers
82 views
C# Very Simple Image Resizer
I am in need of a very simple c# image resizer. By simple, I mean simple. This is just a program that loops through a single directory and changes all the pictures in that directory to the same …
0
votes
2answers
36 views
Search a photo for drawing
I want to be able to do something like take a picture of a chalkboard and search for what the teacher wrote and then delete the chalkboard and make like a CGContext Path of what the teacher wrote, or …
0
votes
3answers
47 views
JQuery picture load
Hi everyone,
I need some help in jQuery. What I'm trying to do is to create some sort of a small picture gallery. In this gallery I've got a couple of small pics and one big pic. By clicking a small …
1
vote
0answers
28 views
Sharepoint Profile Picture access rights
After setting user profile pictures (and user information pictures) for all our sharepoint users (images are kept in a list in one of the site collections), we configured user profiles so that users …
0
votes
0answers
57 views
How can I insert my foto in matlab gui? [closed]
Please hellp. How can I insert my foto in matlab gui?
Thanks for your answer.
0
votes
4answers
40 views
SharePoint Pictures
Is There an easier way to have pictures on the sharepoint site? I only one way to do this but I want to find another way if its faster and easier for users to use.
0
votes
2answers
21 views
Shift UIImageView or similar Picture trough view
Hello,
i want to shift images trough the app, maybe like in the album or something similar, so that i can watch one image after the next,...
how would you program that?
Such a kind of sliding would …
1
vote
6answers
94 views
Generate frame for picture
Hi all. I creating gallery, and I want to create frame around the picture.
But this picture must be scalable. Width and height of this frame generated by width and height of image.
And must to …
1
vote
2answers
137 views
RDLC, Dynamic Picture based on parameter, c#
Is it possible to add a dynamic picture to a paramter in rdlc?
for example:
=SWITCH(Parameters!picture.Value="1","picture1.jpg",
Parameters!picture.Value="2","picture2.png")
or something …
0
votes
0answers
21 views
adding a picture in my profile [closed]
how to add a picture to my profile. when i click 'change picture', it moves onto 'Gravatar' page and even though i add a picture there it doesn't effect on my profile page here
3
votes
2answers
115 views
How can I grab the color of a pixel on my desktop? (Linux)
I want to grab the color of a pixel with known coordinates on my Linux desktop.
Until now, I've used "import -window SomeWindow -crop 1x1+X+Y /tmp/grab.jpg"
then extracting the pixel value using …
0
votes
1answer
32 views
Taking picture with QTCaptureView
Is it possible to simply take a picture and save it somewhere using a QTCaptureView and Apple's built-in iSight? I've seen lots of tutorials on recording video but none on simply taking a picture. Any …
2
votes
2answers
292 views
Take picture using webcam from command line
I have a Logitech webcam (QuickCam Pro for Notebooks), and I'd like to take a snapshot using the cam from a command line.
Does it have any command line interface?
If not, is there an API that will …
0
votes
1answer
98 views
ABPersonSetImageData Only Altering the Contact Thumbnail and Not the Full Pic
I am trying to add a border around each contact photo. I have working code to create this bordered image and working code to set it as the contact image:
if (image) {
NSData *dataRef = …
0
votes
1answer
349 views
Store and retrieve Image by Hibernate
Hi every One,
can any one tell me what is the best way to store and Image By hibernate (into MySQL)
I have this class Mapping
@Entity
@Table(name = "picture")
public class PictureEntity implements …
