MagickTextureImage is not doing anything..wtf?
Re: MagickTextureImage is not doing anything..wtf?
Are you using ImageMagick 6.4.5?  If so there is a transient texture bug which we have a patch for.  The patch release will be available within the week.
			
			
									
						
										
						- 
				el_supremo
- Posts: 1015
- Joined: 2005-03-21T21:16:57-07:00
Re: MagickTextureImage is not doing anything..wtf?
I don't know why MagickTextureImage doesn't do anything but you can do the same thing this way:
Pete
			
			
									
						
							Code: Select all
	$magickWand=NewMagickWand();
	
	MagickNewImage($magickWand,400, 400, 'white');           
	MagickReadImage($magickWand,'tile:someTexture.jpg');
	             
	MagickWriteImage($magickWand,'somefilename.png'); 
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
			
						See my message in this topic for a link to a zip of all the files.
