PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Transparent Image
Transparent Image
Débuté par Mister RUAN, 10 avr. 2017 11:51 - 2 réponses
Membre enregistré
208 messages
Popularité : +1 (1 vote)
Posté le 10 avril 2017 - 11:51
Good Day

I am trying to drag one image onto another image. It's a program where you design your logo onto a shirt, cap etc. I can drag the image onto the shirt no problem. the 2 issues I have is: 1) When I upload my own image it takes away the transparent image and gives it a solid white background when I use the generated image. 2) after i dragged the image onto the Shirt and I print or save the image it does it without the image i dragged onto the shirt. What am I doing wrong here? I want to upload my own logo that has transparent image and stay that way drag it into position and save it like that.

Thanks so much.

Ruan
Posté le 10 avril 2017 - 12:00
Hi Ruan

I'm guessing that there are bugs in your code! But as you are NOT
showing your code...

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Le 4/10/2017 à 3:51 AM, Mister RUAN a écrit :
Good Day

I am trying to drag one image onto another image. It's a program where
you design your logo onto a shirt, cap etc. I can drag the image onto
the shirt no problem. the 2 issues I have is: 1) When I upload my own
image it takes away the transparent image and gives it a solid white
background when I use the generated image. 2) after i dragged the image
onto the Shirt and I print or save the image it does it without the
image i dragged onto the shirt. What am I doing wrong here? I want to
upload my own logo that has transparent image and stay that way drag it
into position and save it like that.
Thanks so much.

Ruan
Membre enregistré
208 messages
Popularité : +1 (1 vote)
Posté le 12 avril 2017 - 13:34
Fabrice Harari wrote:
Hi Ruan

I'm guessing that there are bugs in your code! But as you are NOT
showing your code...

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Le 4/10/2017 à 3:51 AM, Mister RUAN a écrit :
Good Day

I am trying to drag one image onto another image. It's a program where
you design your logo onto a shirt, cap etc. I can drag the image onto
the shirt no problem. the 2 issues I have is: 1) When I upload my own
image it takes away the transparent image and gives it a solid white
background when I use the generated image. 2) after i dragged the image
onto the Shirt and I print or save the image it does it without the
image i dragged onto the shirt. What am I doing wrong here? I want to
upload my own logo that has transparent image and stay that way drag it
into position and save it like that.
Thanks so much.

Ruan


Hi Fabrice

On the first issue I have a IMAGE that is a generated image and is set as source and can be changed from selecting an image on my PC - the problem is that the image on my PC is a .png image that has a transparent background but when i call up the image from the folder it was save in the background is white. I tried everything to get the image transparent again but cannot. I need this for it needs to be transparent background when I drag it to the target.

If I get this sorted out I will send code for next step because I kept code on hold till I can get image correct.

Thanks

Ruan