0
votes
3answers
26 views
CSS Cover link text with Image
<th>
My Heading
<a href="#" class="sort-asc" title="sort">Sort Asc</a>
</th>
I want to apply CSS to .sort-asc to replac …
0
votes
1answer
14 views
RGB to HSV in PHP
In PHP, what is the most straightforward way to convert a RGB triplet to HSV values?
0
votes
2answers
13 views
Is there a Jquery plugin that will do a Image Carousel/slideshow?
For example:
Prev IMAGE1 IMAGE2 IMAGE3 IMAGE4 Next
And then...when thee person clicks next, it will change to:
Prev IMAGE5 IMAGE6 IMAGE7 IMAGE8 Next
And ideally, it wou …
0
votes
3answers
38 views
Embedding background images in an e-mail
Hi,
I'm trying to use an embedded image in an e-mail as the background image, i've got the following code to embed it:
LinkedResource backgroundLink = new LinkedResource( …
0
votes
1answer
22 views
Converting a visio to a JPG image
I have a .vss type file which I want to convert to an image format (like JPG/GIF). Is it possible to do this and if so, how?
2
votes
0answers
15 views
Microsoft.Ink not working on Server 2008 (not R2)
To start off, we have 2 servers: Alpha (Server 2008 R2) and Beta (Server 2008).
We cannot create images Beta using Microsoft.Ink.dll (we have version 1.7.2600.2180). The code wor …
0
votes
2answers
22 views
Scale a .jpg file in WPF
I'd like to open a .jpg file in WPF, scale it down to around 50%, then save it back to the file system. What's a good/efficient way to go about doing that?
1
vote
2answers
18 views
Paint event handler stops executing after a few iterations
Hi,
I've got a Windows Form that circulates through images which are displayed on the form as a slideshow. The way I'm doing this is to have a Panel control the size of the form i …
0
votes
1answer
18 views
restful image url obfuscation and click tracking
Hi There.
I am wondering if anybody out there could explain or provide online
examples (yes, I have already done a lot of googling for this) of how to:
conceal the images that …
0
votes
3answers
25 views
In WCF how do I return a class that contains a System.Drawing.Image property?
I have a WCF service which exposes a method that returns an array of objects which contain an Image property (see code below). In the same solution, I have a class library project …
0
votes
2answers
21 views
How to show image from Byte array??
Hi to All,
I have the code which returns image from function by taking input parameter as a byte array. How to catch that image & show it on aspx page with asp control. ASP co …
0
votes
1answer
33 views
PHP Accurate Font Width
Hi,
I am trying to generate a text image.
So I create a new font:
$font = '../fonts/Arial.ttf';
Then I add some background for the text
imagefilledrectangle($image, 0, …
4
votes
4answers
55 views
jQuery: Easiest way to wrap an image tag with an A anchor tag
This is a simplified version of my problem.
I have two buttons, and one image. The image code is something like this
<img class="onoff" src="image.jpg">
When I press but …
1
vote
1answer
14 views
How to fetch attributes of image in silverlight?
Hello, I am loading an image to my silverlight application. This image will fit in a 3d model as a texture map. I need to fetch image attributes. For that I am using ImageOpened ev …
2
votes
3answers
22 views
Cached image problem
Hey all.
Right, my problem is that I need to replace an image that appears on every page of a site, which is fine, the problem is I want every user to see the new image and not a …
