Re: help ajax and image Programming Web Development by MVied …is trying to reference an element with the id "imageSource" here: [code=javascript] // this function is … { // update the main image: document.getElementById('imageSource').src = resp.imageSource; document.getElementById('imageSource').onLoad=imageLoaded(); document.getElementById('imageHrefId').href= resp.fullImageURL… Slideshow Programming Software Development by James_43 …secondWindow.Show(); } //Images public class MyImage { private ImageSource _image; private string _name; public MyImage(ImageSource image, string name) { _image = image; _name = name… Re: help ajax and image Programming Web Development by papero … respRefreshImage(resp) { // update the main image: document.getElementById('imageSource').src = resp.imageSource; document.getElementById('imageSource').onLoad=imageLoaded(); document.getElementById('imageHrefId').href= resp.fullImageURL… Problem with PHP + GD - PNG Image Quality and Transparency problems Programming Web Development by jmvazq …(); } else { $petname = $_GET['name']; $petowner = $_GET['owner']; $imagesource = 'petimg/kitsune01.png'; $image = imagecreatefrompng($imagesource); $bg = ImageColorAllocate($image, 255, 0, 255); $textshadow = ImageColorAllocate… Visual Basic / WPF 3D Programming Software Development by game4tress …("d:\transferir.jpeg", UriKind.Absolute) Dim imgSource As ImageSource = New BitmapImage(ri) Dim ib = New ImageBrush() ib….ImageSource = New BitmapImage(New Uri("d:\cc.png", UriKind.… Wpf / 3D texture Programming Software Development by game4tress …("d:\cc.png", UriKind.Absolute) Dim imgSource As ImageSource = New BitmapImage(ri) 'myImage.Source = imgSource; Dim ib = New ImageBrush…() ib.ImageSource = New BitmapImage(New Uri("d:\cc.png", UriKind… C# WPF 3D, change triangleMesh Positions Programming Software Development by game4tress …* * * */ ImageBrush imgBrush = new ImageBrush(); //imgBrush.ImageSource = new BitmapImage(new Uri(@"FrontalFace.png", UriKind….Relative)); imgBrush.ImageSource = new BitmapImage(new Uri(@"temp.jpg&… WPF change Image button Programming Software Development by game4tress …quot;btnBorder_Click" > <Button.Background> <ImageBrush ImageSource="/Images/arrow-expand.png" AlignmentX="Center"…</Button> and I'm trying to change the ImageSource of the ImageBrush. For that, I'm using this code… ImageBrush Class Programming Software Development by dooda man … function that takes the url of the image. neither in imagesource Class can any 1 help me because i want to… help ajax and image Programming Web Development by papero …, NOT mybic related. Error Name: TypeError Message:document.getElementById("imageSource") is null" i have tried almost all!!! if… Hangman Source Code: JavaScript Programming Web Development by Graphix … Webdesign will be used. If you want to change the imagesource, adjust the HTML part and also the showHangman() function. They… Hangman Source Code: PHP Programming Web Development by Graphix … Webdesign will be used. If you want to change the imagesource, adjust the HTML part. ~G [CODE]legendary|variation|equal|approximately… Background image for a Button in WPF Programming Software Development by vivek4020 … written this XAML [CODE]<Button.Background> <ImageBrush ImageSource="/UIDesign;component/Images/Settings.png" /> </Button… WP7 Content Template and Editing Programming Mobile Development by Jazerix …; <Rectangle.Fill> <ImageBrush Stretch="Fill" ImageSource="header_win.png" /> </Rectangle.Fill> <… WPF ImageBrush TileMode question Programming Software Development by GhostWolf … XAML I have is: <Grid.BackGround> <ImageBrush ImageSource="ImageFile.png" TileMode="Tile" /> <… Re: Upload image using PHP and AJAX Programming Web Development by fatihpiristine …($Write = mysql_fetch_array($Query)) { if($Write['ImageSource'] != '') { $Gallery[] = $Write['ImageSource']; $ImageID[] = $Write['ImageNo']; if($…); while($Write = mysql_fetch_array($Query)) { if($Write['ImageSource'] != '') { $Gallery[] = $Write['ImageSource']; $ImageID[] = $Write['ImageNo']; if($ImageNo ==… Re: jquery not working in chrome and IE Programming Web Development by stbuchok … image you want to put as the bigImage function changeToBig(imageSource){ //since you are using jQuery, use it to reference your… elements $('#bigImage').attr('src', imageSource); } ... <img id="bigImage" src="" />… Re: WPF Template Use Programming Software Development by kvprajapati …="Center"> <StackPanel.Background> <ImageBrush ImageSource="Images/1.jpg" TileMode="Tile" Viewbox… Re: Trouble linking GUI and Code Programming Software Development by StaticX …[4]. Each Lamp object will have the attributes - name, and imageSource. So when I loop through these 4 "Lamp"… Re: How to Convert Byte Array to BitmapSource in C# for Silverlight Programming Software Development by vuyiswamb i found the reason to this. I had a stored procedure that was retrieving it from the DB and casting it to a varbinary and i realized that if you cast an image to another type it will never work together as an image again. after i removed that , my function that convert the byte[] to Imagesource started to work as it should. Re: How to Make an Image Clickable to Use it to Redirect to Another Site Digital Media UI / UX Design by JorgeM …;http://facebook.com/yourProfile"> <img src="imageSource" alt="my picture" height="128"… Re: Slideshow Programming Software Development by JOSheaIV Have you ever looked at using animations? I will admit I have only dabbled in WPFs myself, but have used them to fade images in and out. I did a quick google seach for it and found this http://stackoverflow.com/questions/12551823/wpf-animate-width-and-height-with-code-behind-zoom-in But you want to look at something like a DoubleAnimation. Sorry… Re: Slideshow Programming Software Development by James_43 Yeah I've made some progress on this now. DoubleAnimation is fading in the image, and I'm using a variable defined in app.xaml.cs to pass the image path between the MainForm and the FullscreenForm, with a timer to keep track of the variable changes pushed by MainForm as the ListBox moves down. This may not be the best way to go about this, but it … Re: Slideshow Programming Software Development by JOSheaIV That's good to hear. You'll want to experiment with it more, that's how I learned a little more about what the animations could do (I still need to learn more for a future project) Re: Problem with PHP + GD - PNG Image Quality and Transparency problems Programming Web Development by jmvazq I'm sorry. I don't like to "bump", but this is about to reach the second page and I really need help with this. So if anybody could at least try to help, I'd really appreciate it. Thanks. Re: Problem with PHP + GD - PNG Image Quality and Transparency problems Programming Web Development by chrishea I had a look at the image generated by your program and I didn't see a problem with the quality. I also tried a version of your code and the image it produced also seemed fine. Other than using my own image, the only other significant change was to use arial.ttf If you have a problem, it would seem to be the rendering not the PHP code. My GD … Re: Problem with PHP + GD - PNG Image Quality and Transparency problems Programming Web Development by jmvazq Thank you for responding. :) Would it be too much if I ask you to take a screenshot of how you see the image I generated? Could it be that I see something different from the rest? Because in my screen, the white text has magenta pixels around it, and the edges of the animal have orange pixels surrounding it. That doesn't happen in the original.… Re: Problem with PHP + GD - PNG Image Quality and Transparency problems Programming Web Development by chrishea Here is a screenshot Re: Problem with PHP + GD - PNG Image Quality and Transparency problems Programming Web Development by jmvazq LOL, yeah. It's the same I see. And I have I problem with the quality. As you can see in the original picture, and placing the image against a dark background, there are problems. The image is not being rendered well. Re: Problem with PHP + GD - PNG Image Quality and Transparency problems Programming Web Development by ashishzakar Read This Article, It will help you to Minimizing the damage [URL="http://web.archive.org/web/20071026003916/http://trific.ath.cx/web/png/#advices"]http://web.archive.org/web/20071026003916/http://trific.ath.cx/web/png/#advices[/URL] Thanks, Ashish Zarkar