Re: CONVERT PICTURE v17

2019-03-10 Thread Randy Jaynes via 4D_Tech
You have to be careful about the transparency, though. After doing this conversion with transparency, I found that some of our pictures in the picture library (and static pictures on forms) need white in some areas to be meaningful. So we had to carefully look at each one to be sure that

Re: CONVERT PICTURE v17

2019-03-09 Thread Charles Miller via 4D_Tech
You need to do convert in 32 bit and make sure to take care of transparency Chuck On Sat, Mar 9, 2019 at 2:17 PM Wayne Stewart via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Are you running the code in 32 bit mode on a computer with QuickTime > installed? > > On Sat, 9 Mar 2019 at 19:27, David

CONVERT PICTURE v17

2019-03-09 Thread David Garrard via 4D_Tech
I have some legacy pictures fields with .PICT pictures in them in my Windows database that I am converting to v17 64 bit. Here is my code to convert the pictures to JPG format. ALL RECORDS([DOCC_Document]) For ($i;1;Records in selection([DOCC_Document])) GOTO SELECTED RECORD([DOCC_Document];$i)