Tagged Questions
1
vote
1answer
375 views
WP8: Is there an easy way to scale and blur an BitmapImage for windows phone app?
I am working on a windows Phone app that can read Album arts dynamically from Music files through MediaPlayer APIs. I wish to get album arts and resize for view's background. Since the resize would ...
1
vote
0answers
240 views
Show image zoom window for picture using jquery
I have SVG images on a page. When you hover over the SVG, I want to see a zoom up of the area I'm hovering over. I don't want the zoom effect window to be placed relative to my cursor. I have a box in ...
0
votes
1answer
99 views
Image hover effect starting with a dark opaque background
I'm sorry if my title is vague I tried to give it some logic I dont know.
Anyway, so here is a site im working on (in progress)
http://art-williams.com/misc/index.html
and the 4 grid area as you can ...
0
votes
1answer
667 views
javascript image slider
Hello guys i am a newbie JavaScript coder.
I was trying to make a JavaScript image slider, after long time i coded some code but,
in the middle of the way i got a problem and it is that the slider ...
0
votes
2answers
271 views
How can I achieve this image effect iOS (look at picture)
Hey guys I'm building an iphone app where I show a listing with a couple images and information, just like the app store. Now I'm trying to achieve an effect like this one :
Take a look a the app ...
0
votes
1answer
207 views
Apply Cartoonizer effect in Android [closed]
I am trying to achieve a cartoon style effect on photos using Android, but I don't really have any idea where to start. What sort of algorithm should I think about using to achieve the desired ...
-3
votes
1answer
162 views
mouseenter/mouseleave unwanted waving effect
I am fairly new to JQuery. That being said I am trying to use a .mouseenter that causes a image to become larger in size and it returns to normal size on .mouseleave, it works but my problem is it ...
2
votes
3answers
630 views
is there any image effect to add white background in the image in drupal 7
Drupal 7 module 'image style' can make image effect such as resize,scale,crop etc.But it's not enough. For example, the original image size is 800x600, I can scale it to 400x300, then I want to add ...
4
votes
3answers
852 views
How to make a water effect on TImage or anything?
OK, I just installed a Tortoise git in my PC. And I'm quiet amuse about the water effect from its about page.
try to move your mouse cursor on the turtle picture from tortoise GIT - About
its ...
1
vote
1answer
635 views
Android image effect like emboss, oilpaint etc
Hi I am currently working on small android app that use the different image effect like sepia, charcoal, sketch, monochrome,Oil paint, Emboss, Negate . I didn't understand how to achieve those effect ...
12
votes
2answers
990 views
How to create a slowing scroll effect on a scrollbox?
I like to create a smooth slowing scroll effect after panning an image in a scrollbox. Just like panning the map in maps.google.com. I'm not sure what type it is, but exactly same behaviour: when ...
3
votes
3answers
955 views
PHP image pixelate?
I need to make this effect with php. I know that there is IMG_FILTER_PIXELATE in PHP image filter. But I need it to be smoother and embossed? like in this image:
This effect will make any image ...
4
votes
2answers
573 views
how to apply effect on image in android like distort, spotlight,exposure and many more
i don't know how to apply math calculation on image. so is there any ready made library and tutorial available to apply effect on image?.
Thanks in advance.
0
votes
1answer
133 views
How can I shear an image within Cocoa? [closed]
I'm making a Objective-C class that can apply lots of effects on images.
I would like to implement a shear effect on an image (like you'd see in a tool within something like Adobe Illustrator), but ...
0
votes
2answers
326 views
Image Effect on Hover w jQuery
A few months ago, i ran accross a jQuery plugin which gave me a great effect once you moved your mouse over a thumbnail.
Actually, it made the image slide out in 4 pieces leaving some html content on ...
1
vote
1answer
1k views
Java Image/Text Pulsating Glow Effect (Graphics)
How would I make an Image have a pulsating effect to it? I already know how to draw an Image to the screen, so I just need to know how I can add a pulsating glow effect. Would I need to use tons of ...
6
votes
5answers
5k views
JQuery - How can i smoothly resize an image to create a pulsating effect?
Hey, Im working on a website with a friend of mine, and from the start, our client has been unhappy with the quality of one of our animations. This animation takes an image and makes it larger, it ...
0
votes
0answers
353 views
Iphone SDK: light trace
how can i get a light trace like this used on a moving image?
I saw this effect getting used in alot of great games like spore origins (starting at 1:10)
How can i achieve the same effect, but not ...
1
vote
1answer
2k views
android shadow image effect
I'm trying to add shadow effect do an image. I use a mask to draw the image (I need a specific shape for my image). Can you please tell me how to add shadow effect to my image? I've tried something ...
1
vote
3answers
2k views
jquery hide all image but not the first
Hello all im trying to make this slide effect http://tinyurl.com/628z32d
but im new to jquery so i need a little help :), how can i hide all the big image in the #big-mage div and hide them? and then ...
0
votes
1answer
2k views
Add Blur Effect to Image on MouseEnter; Remove on MouseLeave
all, I want an image to blur (using the Blur effect) when the mouse hovers over it, and return to normal when the mouse leaves.
I'm using WPF 4, XAML, and VB.NET 2010 in a Silverlight-based project. ...
0
votes
0answers
149 views
My image does not load on a jQuery fade in effect even though the div loads
jQuery(document).ready(function()
{
if (useMSIE){
pngfixALL();
};
jQuery(div).show(data_fadeInEffect, 500);return false;
// jQuery(div).animate({opacity:1}, 500, 'linear');
});
This is ...
1
vote
1answer
1k views
jQuery Flicker/Flash Animation
Does anyone know of a neat jQuery effect that will make an image randomly flicker or flash? Most of the posts on here are "how to stop flickering" etc, so it's pretty hard to find anything about ...
0
votes
2answers
118 views
color to B/W javascript affect
Is there any known/simple/open-source library that provide
a javascript function that will switch colored picture that is displayed in an html page into a black and white
That can be used in all the ...
0
votes
1answer
2k views
jQuery image grid effect
I have an image sitting on a page that I want to create a grid type overlay (that covers the image with a black fill) which will be partitioned into 50x50 pixels (what ever size, tbh) squares.
The ...
1
vote
3answers
3k views
How do I blur an image?
I'm trying to implement a blurring mechanic on a java game. How do I create a blur effect on runtime?
2
votes
1answer
1k views
Draw drop shadow
I want to add a drop shadow to an image file. What's the best way to do that?
I thought about creating a WPF Image control and adding a bitmap effect.. But how can I save the result to a file?
...