Search found 6 matches

by simon369
2019-06-30T09:20:39-07:00
Forum: Consulting
Topic: Resize, Change colour and then convert
Replies: 11
Views: 62130

Re: Resize, Change colour and then convert

I am running it in CMD on windows and all I get is 1 file named "%[filename" even after making your suggested changes. In the CMD console it looks like its working and I can see it running through the loop one after each other with no error. Here is a screen shot of CMD seeing it run throu...
by simon369
2019-06-30T08:14:15-07:00
Forum: Consulting
Topic: Resize, Change colour and then convert
Replies: 11
Views: 62130

Re: Resize, Change colour and then convert

Thanks so much for that also, That worked amazing. Now my final hurdle is to get the output filename to display the width and height of the SVG part not the final .png. Is this even possible? I have tried the following code which i have put together from searching on this forum for previous similar ...
by simon369
2019-06-30T00:18:24-07:00
Forum: Consulting
Topic: Resize, Change colour and then convert
Replies: 11
Views: 62130

Re: Resize, Change colour and then convert

Hi Fred, Thank you so much for that help, I made a slight change by adding density to improve the quality and also by making it do a transparent background. I have now tried to do batch processing using the following code: for %I in ( *.svg ) do magick convert background2.png ( "%I" -densi...
by simon369
2019-06-29T01:02:25-07:00
Forum: Consulting
Topic: Resize, Change colour and then convert
Replies: 11
Views: 62130

Re: Resize, Change colour and then convert

Hello

I am using ImageMagick 7.0.8-50 Q16 x64 2019-06-24 but I am happy for it to run on any version I am told to use.

Thanks,

Simon
by simon369
2019-06-28T14:10:33-07:00
Forum: Consulting
Topic: Resize, Change colour and then convert
Replies: 11
Views: 62130

Re: Resize, Change colour and then convert

Hello, Yes I am happy for this to be paid consulting as I felt it was too big of a ask for somebody to do it for free and share there knowledge. Here is a link to some examples http://www.filedropper.com/example_1 In this file is a background.png and a few SVG's The background is 600px x 600px and I...
by simon369
2019-06-28T12:44:51-07:00
Forum: Consulting
Topic: Resize, Change colour and then convert
Replies: 11
Views: 62130

Resize, Change colour and then convert

Hello, I am struggling working out how to do the following, So was looking if anybody would be able to do it for me. I need code wrote to allow me to batch process some SVGs I have in the following way. Firstly I need to colour of these changed to black, Some currently contain different elements tha...