GIMP :: Automatically (batch) Replace A Colour In Hundreds Of Images?
Oct 2, 2013
I have hundreds of images that all have the same watermark (more or less but not exactly in the same place). It can easily be removed with the paint bucket with the default settings, the watermark is light grey, the pictures (JPGs) are black and white (a scanned book). But the sheer number of images makes it a gigantic effort to do it by hand.
View 6 Replies
ADVERTISEMENT
Nov 22, 2013
Using CS-4. The layers automatically multiply them selves in the hundreds. It is impossible to delete them. Therefore, I am unable to use Photoshop. If a reinstall is the answer, I have done that and the problem always returns.
View 3 Replies
View Related
Dec 2, 2012
I have just moved over to Photoshop CS6 from Elements 10. One thing I can't work out how to do is to have PS automatically convert opened files to RGB, exactly like PSE does.
View 8 Replies
View Related
Sep 4, 2012
How can I resize hundreds of pictures in a batch? I need to reduce them to get them on a web site and don't want to do them one at a time.
View 1 Replies
View Related
May 21, 2013
I am using CS6 and the Replace Colour Tool no longer allows me to replace multiple colours when I select the + . So when I have the panel open and I highlight the +, I used to then be able to click on several spots in my image and all of the colours that are in those spots are added to the selected colours that will be changed by using the sliders.
But now, when I use the + it has exactly the same effect as not using it - I can only choose one colour or an other, I can't add.....I want to reset this to the original way that this works.
Currently I have to open the panel, change one variation of a colour, save it, then re-open the panel and do it again (and again and again) until all the colour variations I am trying to remove are are changed. I know I also have the 'fuzziness' slider, but it does not give enough control.
View 2 Replies
View Related
Jul 12, 2004
how I can do something that was previously done mechanically by photographers: Vignetting all images on a roll. For school photography, a vignette device used to be placed in front of the camera lens to darken the edges of the final print. Now I can create a vignette in photoshop but only on one image at a time. How do I create a vignette that I can somehow automate to end up on all 300 school children's images before I send the files to the lab for printing?
View 5 Replies
View Related
Jan 6, 2012
When I try to create a document, Gimp finds my web cam, but not the twain driver. The scanner is a perfection 636U. When I click on "create>scanner/camera", it gives me a Twain.exe system error - error message that reads:
"The program can't start because PMDD32F3.dll is missing from your computer. Try reinstalling the program to fix this problem."
Some more info that might be useful:
If I go into epsonscan directly, it finds the scanner and scans just fine. I can export the image and open in Gimp just fine.
The laptop is a win7 machine. There are no Win7 drivers for the scanner. I am using some Win2000 drivers that I used to use in XP with no issue.
The PMDD32F3.dll file is in the Windows>System32 file
I'm at a loss on why epsonscan works itself perfectly, but not in Gimp like it does on my XP machine.
View 2 Replies
View Related
Oct 20, 2013
I need to apply filters to hundreds of images at once. Is there some type of Batch plugin to do this? I found the Bulk Image Processor but this does not apply filters, at least as far as I can see.
View 4 Replies
View Related
May 11, 2012
I am starting a decal business and i have jpg's of all the decal designs in black on a white background. I need to batch colorize a bunch of images, i figured out how to do it individually and save but i need to colorize all the images in a folder and save with a different name. i found a great script to batch convert jpgs to pngs, and am trying to edit it to work.
i think just the line in red needs to be written correctly.
(define (colorize it DirectoryName)
(let*
(
(fileExtension ".jpg") ; we are looking for .jpg files
(varFileList (cadr (file-glob (string-append DirectoryName DIR-SEPARATOR "*" fileExtension) 1) ) ) ; find them all
[code]........
View 4 Replies
View Related
Jan 25, 2013
I need to convert from bitmap images to PNGs with the command line. I've tried looking into script-fu, but lisp is one of those languages I could never figure out.
I've tried using imagemagick, but it did not properly convert the images. The images are apparently 32bit Windows Bitmap V3 files with an alpha channel; according to a page I found on google, imagemagick will not preserve the alpha channel in this particular case. I don't know for certain if that's the actual reason why imagemagick isn't working, but it definitely isn't working. It does, however, work if done manually in gimp.
This is going to be part of a python script, so I need it to convert a specific bitmap file rather than all the ones in a directory.
View 6 Replies
View Related
May 22, 2013
This video [URL]....be explains what I need best.
View 5 Replies
View Related
Aug 1, 2013
How can I reconnect the hundreds of images that have become disconnected? One at a time takes ages. If I uninstall and reinstall Elements11, will the program automatically re-populate the organizer?
View 3 Replies
View Related
Feb 10, 2009
I am attempting to set up a batch that automatically runs gimp-curves-spline on a set of images. However, I have never used Scheme before and therefore am not sure why my script is returning "batch command experienced an execution error"
Here is the command I am using to call the script(via a windows .bat file)
gimp-2.6.exe -i --verbose -b "(color-curve "C:\gimpbatchtest\*.tiff")" -b "(gimp-quit 0)"
And the script itself:
(define (color-curve pattern) (let* ((filelist (cadr (file-glob pattern 1))))
(while (not (null? filelist)) (let* ((filename (car filelist))
(image (car (gimp-file-load RUN-NONINTERACTIVE filename filename)))
(drawable (car (gimp-image-get-active-layer image))))
(gimp-curves-spline RUN-NONINTERACTIVE image HISTOGRAM-VALUE 3 '(0 0 64 200 128 46))
(gimp-file-save RUN-NONINTERACTIVE image drawable filename filename)
(gimp-image-delete image)) (set! filelist (cdr filelist)))))
View 6 Replies
View Related
Jun 21, 2013
I have about 160-ish images I scanned in as .tif's (my scanner offers .bmp, .jpg, .png, and .tif for saving scanned images as) @ 300-dpi. I'd like to batch export them all to .xcf (for future working with) and .png (I know I could have chose png to start but I thought .tif would be the better choice as a first format). Is it possible to do this with a shell-script? I'm fairly certain I could concoct something to .tif -> .png using ImageMagick (I don't think it supports .xcf) but I'd like to use The GIMP for the whole process if possible, and I'd rather not do it by hand. As it is I'm going to have to figure out how to batch-rename (well, I know how I'm going to do it, a shell script, but how to write it is going to be the tough part for me) about 100 if the images to prepend a 0 to the file name (I started with a two-digit numbering system not realizing I had so many images and would like to keep all the names listing properly on FreeBSD).
Anyway, If such a shell export-to-xcf-and-png script is even possible (I really, really do not want to do this manually).
View 6 Replies
View Related
Sep 20, 2012
Is there a way to do batch process of converting .jpg or .tif images from RGB to CMYK?
View 2 Replies
View Related
Oct 8, 2013
Can you delete and replace a colour in illustrator like you can in InDesign where it asks what colour in the palette you want to replace it with
View 4 Replies
View Related
Apr 11, 2008
I have a B&W image in my PS2 (black car, white background) but when I click on image > adjustments > replace colour, on the background for example, it just goes gray...not the nice blue I want. This worked before with other images so I'm not sure why this is happening this time.
View 6 Replies
View Related
Jun 16, 2012
A coloured, shaded object has any number of individual colours.
How can I make a simple colour change (swap) but retain all the shading (gradient?) properties?
View 7 Replies
View Related
Feb 22, 2012
We've recently converted all our microstation drawings to autocad now that the company has decided to go with one cad program company wide. One of the issues we are having after getting the drawings back from the this co. converting them is the cells to blocks conversion inside the drawing. when we open a drawing and see a "Fuse" block for instance and if it a has multiple inserts, it named them:
Fuse
Fuse_1
Fuse_2 etc....
is there a lisp routine or some command that would replace the "Fuse_*" blocks with "Fuse"..I've been searching the forums and know about the express tool Replace Block but need to be able to automate somehow. I thought about trying to rename each of the "Fuse_*" but of course it won't let you rename to a block name that already exists.
View 1 Replies
View Related
Feb 27, 2013
Test file dropshadow_replace_demo.cdr contains a yellow rectangle with a black drop shadow, all in RGB,
Run Edit > Find and Replace with the options Replace Objects > Replace a colour model > Any colour model, replace with CMYK.
The rectangle will be converted to CMYK but the drop shadow remains stubbornly as RGB.
Of course there are third party replacers which are easier to use and probably work better, but the built in replacer ought to work properly on all objects that CorelDraw supports and not just some of them.
View 1 Replies
View Related
Nov 14, 2007
I've got an image of a girl in a black dress on a dark background. Which is the best way to turn the dress white/cream?
View 5 Replies
View Related
Feb 22, 2012
We've recently converted all our microstation drawings to autocad now that the company has decided to go with one cad program company wide.
One of the issues we are having after getting the drawings back from the this co. converting them is the cells to blocks convertion inside the drawing. when we open a drawing and see a "Fuse" block for instance and if it a has multiple inserts, it named them:
Fuse
Fuse_1
Fuse_2 etc....
is there a lisp routine or some command that would replace the "Fuse_*" blocks with "Fuse"..I've been searching the forums and know about the express tool Replace Block but need to be able to automate somehow.
I thought about trying to rename each of the "Fuse_*" but of course it won't let you rename to a block name that already exists..
View 1 Replies
View Related
Jan 28, 2012
Any method to transform all the pixel of a colour similar to X(in RGB values) to X ?
View 7 Replies
View Related
Jun 24, 2011
I am working on a website that has existing template images. One of these in particular has a predominate blue background colour, specifically #0a2a35 (195 81 21 [HSV], 10 42 53 [RGB], 81 21 0 79 [CMYK]). I want to transform this colour to an orange colour, #be5d27 (21 79 75 [HSV], 190 93 39 [RGB], 0 51 79 25 [CMYK]). At the same time, I want to change the lighter and darker blue accent colours of the image to become variations of the orange colour.
I have tried several things already, and one method that almost worked for me was using the "Colorize" tool to match the HSV values of the blue colour to orange colour. It almost works except the RGB values don't quite match up.
View 1 Replies
View Related
Jul 26, 2013
Windows 7 and Gimp 2.8.2 in single window mode.
I am trying to to use Colour to Alpha by picking a specific colour from an image. But I can't get the colour picker to work.
The image has an alpha channel.
I choose Colour to Alpha, then click on the From swatch. The Colour to Alpha Colour Picker window appears. I click on the eyedropper. But when I move the eyedropper over the image, the cursor changes to the previous tool that was used. For example, if I used the zoom tool, the eyedropper changes to zoom as the cursor leaves the Colour to Alpha Colour Picker window, and zoom becomes active.
How do I pick a colour from the image?
View 2 Replies
View Related
Nov 20, 2013
When I set C to 40% and MYK to 0% the program automatically change to other values in all four columns. Is it some kind of default settings? If so, how can I change it?
View 3 Replies
View Related
Jan 24, 2013
I have a batch of 25 drgs that need their revision letter updated then pdf'ed. Is there a method that can be adopted, where the drg sheets can be updated automatically, then batch printed into pdf's, without having to open the individual files?
View 5 Replies
View Related
Feb 19, 2013
I have just taken a 1000 shot series of images for a timelapse sequence. They all have a dust spot on them which is particularly annoying as I cleaned the sensor and thought it had been cleared!
Anyway, is there a way of batching a spot removal? Can I remove it on one, and then copy Develop Settings or Sync across the rest?
View 2 Replies
View Related
Oct 4, 2012
I have found macro's to change specific RGB values to different specific values within a Corel file. I have not been successful in finding a solution on applying the same sort of change across multiple files. i.e. All Corel files within a folder will search for specific RGB's that I`ve told it to change to other specific RGB's.
I know that Corel has a macro that accomplishes a batch process where it will convert files to different file types.
View 1 Replies
View Related
Nov 28, 2012
I am trying to replace one color with another but I cannot get it to work.
I select by color
I click on a pixel of the color I want to replace
I click on the fill paint can icon
I click Fill whole selection
BUT...when I try to click on any pixel in the picture I get the little circle with the line through it on my cursor directly above the little icon of the paint can. Usually you would click anywhere on the picture and click and it would fill that section/selection with the color of your choice, but I am unable to. I have tried it in different formats, I clicked on the layer, I am out of options.
View 2 Replies
View Related
Jan 24, 2011
Running Xara Designer Pro 6.6.6.63205 on win7 64 bit
How to handle this scenario:
I have several photoshop images loaded into xara and trying to make a sensible 4 way arrangement of 4 images. Imagine that one image is outsized compared to the others and needs to be cropped.
I open the original image in photoshop and make the edit, now what is the most expeditious way to refresh/replace/reload... etc the newer state into xara.
I don't see any replace/reload sort of menu item anywhere and have just been deleting the the bad image and reimporting the newer one.
View 9 Replies
View Related