Search found 6 matches

by jamesprivett68
2014-07-06T18:16:30-07:00
Forum: Users
Topic: JPEG to PNG - Transparent Background
Replies: 10
Views: 7824

Re: JPEG to PNG - Transparent Background

Thanks, appreciate all your help on this
by jamesprivett68
2014-07-06T17:19:34-07:00
Forum: Users
Topic: JPEG to PNG - Transparent Background
Replies: 10
Views: 7824

Re: JPEG to PNG - Transparent Background

Sorry, one last question and it probably doesn't matter too much.

Because the drawings are all pretty basic, in Illustrator I was saving these PNG-8. When I convert these files, they seem to have a Bit depth of 32 rather than 8.

Is it possible they can be converted to PNG-8 to try and keep the ...
by jamesprivett68
2014-07-06T17:16:10-07:00
Forum: Users
Topic: JPEG to PNG - Transparent Background
Replies: 10
Views: 7824

Re: JPEG to PNG - Transparent Background

Excellent, works perfectly. Thanks for you help on this, saved me a good weeks work with this automated process
by jamesprivett68
2014-07-06T16:31:43-07:00
Forum: Users
Topic: JPEG to PNG - Transparent Background
Replies: 10
Views: 7824

Re: JPEG to PNG - Transparent Background

Thanks, got it installed and ran a conversion that worked perfectly.

Wondering if you could assist with a couple of things? I have found the below script that should help me batch convert

for img in *.jpg; do
filename=${img%.*}
convert -transparent white "$filename.jpg" "$filename.png"
done ...
by jamesprivett68
2014-07-06T15:47:16-07:00
Forum: Users
Topic: JPEG to PNG - Transparent Background
Replies: 10
Views: 7824

Re: JPEG to PNG - Transparent Background

Hi, I have not installed ImageMagick as from what I understood from the website, it requires Microsoft Visual Studio to be installed, which I have not got.

My platform is windows.

The majority of my work in done using CorelDraw X6, Illustrator CS6 & AutoCad 2014. I don't believe I have a future ...
by jamesprivett68
2014-07-06T15:25:56-07:00
Forum: Users
Topic: JPEG to PNG - Transparent Background
Replies: 10
Views: 7824

JPEG to PNG - Transparent Background

Hi

I have around 1700 JPEG images that have a white background. I would like these converted to PNG images with a transparent background. None of the images have any white in the actual picture itself, just the back ground.

Looking through various forums and websites, I believe this can be done ...