Hi, 1) Load a theme which is .psd (Adobe Photoshop) file in asp.net. The .psd file contains layers a) which starts with Fill, b) Which starts with Clipart 2) Allow a user to select some image(.jpg). 3) Allow a user to select color. How do I Replace the color in the Fill Layer with the current Color Replace the Image in Clipart layer with the Current Image. tia,
psd file format is extremely complex. for a start i'd advise you to take a look at psd plugin for paint.net www.getpaint.net and for the plugin http://paintdotnet.12.forumer.com/viewtopic.php?t=1238&highlight=psd CrmNewbie wrote: > Hi, > > > 1) Load a theme which is .psd (Adobe Photoshop) file in asp.net. > The .psd file contains layers a) which starts with Fill, b) Which starts > with Clipart > 2) Allow a user to select some image(.jpg). > 3) Allow a user to select color. > > How do I > Replace the color in the Fill Layer with the current Color > Replace the Image in Clipart layer with the Current Image. > > tia, > > > > > > >