Image Shapes

murray83

Games Collector
Local time
Today, 00:15
Joined
Mar 31, 2017
Messages
845
Simple one which is eitehr a yes or no answer

I am currently tyring to make something for someone, but wantedto try and a bit more pizzazz and wanted to shape the barcode so it would resemlbe a mountain like some of these do

shaped barcodes

but if i try and just plonk an image it just sits there and looks shocking, how or can i even have an image box which is a specific shape so could try and get the effect

cheers all for looking at my mad ravings
 
Hi. An image control will always be a rectangle, but the image inside can be any shape.

How are you generating the barcode image?
 
so no way i can make a non rectulanger image box
 
so no way i can make a non rectulanger image box
Probably not without using a special ActiveX control for it.

Are you trying to show the background behind the corners?
 
yeah just like to block some of the barcode off with an angled image
 
what would the befit of using PNG be over .jpg and eitehr way im still gonna have a white box
 
Good, bad, or indifferent, Access does not support arbitrary shapes like PowerPoint or Excel or Word. Don't know why... but it doesn't.
 
what would the befit of using PNG be over .jpg and eitehr way im still gonna have a white box
Well, I was hoping since a png image allows transparency, and jpg doesn't, that you will get what you want.

Sent from phone...
 
what would the befit of using PNG be over .jpg and eitehr way im still gonna have a white box
Hi. Just as a test, I took a png image and put it on a form. Here's what I got. Is that what you wanted?

1605554787779.png
 
erm yes....

could you send me your workings and also how did you get the upc-a barcode or did you just create it on a web page and then paste it in ?
Hi. Since I was just trying to show that it's possible to show the background through a png image, all I did was download a barcode image from the Internet, cut the sides to make a jagged edge, and then save it as a png. Then, when I added the image to an Access Form, the background color showed through. Mind you, that image is still rectangular in shape (I should have selected it, so you can see the borders).

Does that help?
 
create an image on photoshop with the lower portion transparent.
overlay it on top your image control.
 

Users who are viewing this thread

Back
Top Bottom