glenelkins Posted September 13, 2006 Share Posted September 13, 2006 HiUsing the PHP image functions how would i go about rendering a decal image, similar to that i can create in photoshop using the lens flare option?Any tutorials for this?cheers Quote Link to comment https://forums.phpfreaks.com/topic/20602-decal-images/ Share on other sites More sharing options...
ober Posted September 13, 2006 Share Posted September 13, 2006 Why would you want to use the image functions in PHP to create something like on the fly when you rarely need to do it? Unless you're creating a lot of them? Quote Link to comment https://forums.phpfreaks.com/topic/20602-decal-images/#findComment-91023 Share on other sites More sharing options...
zq29 Posted September 13, 2006 Share Posted September 13, 2006 You'll struggle to create a lens flare effect with the GD functions, ImageMagick doesn't have a specific lens flare option but it does have a lot of filters that you might be able to combine to create a similar effect. Quote Link to comment https://forums.phpfreaks.com/topic/20602-decal-images/#findComment-91037 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.