GIMP :: Generate Mask File For Scientific Image Processing?

Jul 23, 2013

I opened a 1024x1024 image in GIMP, and manually broke it up into fully black and fully white sections. I'd like to output a file which is just a simple binary array of 8 bit numbers, such that every black pixel in the image has the value 0, and every white pixel has the value 1. This way, I can open it in my C program and then load the array into memory using the fread function.

I haven't been able to work out how to do this. I need to avoid using any files with metadata in them...And unfortunately, even the ppm format has a handful of characters at the beginning. Is there a way to do this?

View 2 Replies


ADVERTISEMENT

GIMP :: Batch Processing - Possible To Use JPG As File Name

Apr 21, 2013

When using command line gimp, is it possible to use *.jpg as the file name to have it process ALL the JPEG files in a folder? I'm really actuallyinterested in a simple file format conversion with no image processingapplied, specifically svg2png conversion. I know Gimp can render svg andcan save png, and unlike the next best program ImageMagick, the Gimpactually DOES NOT GLITCH the resulting image! So I've got a folder FULL OFSVG FILES, and would like to be able to just type "gimp convert -i *.svg-outputformat png" and have have it AUTOMATICALLY convert all my svg filesto png files. Is it possible to do this with such a simple and shortcommand line? I know the above exact example command line doesn't work,cause I tried it. But is there some simillarly simple command line code Icould use with gimp to convert svg to png via rendering the svg and thensaving the image as a png?

View 4 Replies View Related

GIMP :: Modification Log Plugin - Image Processing

Nov 7, 2012

I use gimp for image processing in my job as Forensic Questioned Document Examiner. One of the requirements when we elaborate an image is to be able to relate what modifications have been done to the image, in order to make the result reproducible.

So I was wondering: is there a feature or plugin that records all the modifications, filters, ... applied to an image (taking of course into account undos etc), and perhaps saves them into the resulting file (gimp format at least ) for later reference and inspection?

View 5 Replies View Related

GIMP :: Batch Processing - Small Plain Border Around Original Image

Jan 18, 2014

I would like to repeat the following procedure on a large number of images but I am unable to find a way of batch processing to do this for me. The idea is to end up with a small plain boarder around the original image. This is to prevent any image being lost when I order prints due to cropping.

1) open image
2) copy the image
3) create a new image 0.5" larger than the original
4) paste the copied image into the larger new image
5) resize the new image to a given size for example 10x8 for printing
6) Save the image under new name or in a different folder to the original.

View 6 Replies View Related

Photoshop :: Generate A Layer Mask?

Apr 15, 2013

I believe it was in CS4 that Adobe expanded the use of automatic layer masks ... perhaps it was with adjustment layers (I'm not quite sure)
 
I don't know about others, but it would save me considerable time in the long run if every new layer, (whether it is generated as a copy, from a plug-in, as a cut, or as a new blank layer) recevied an automatic layer mask. It takes no file space, but more often than not I find myself needing one. It sure would be nice to jump right into masking rather than having to first create the layer mask. Why did they stop at adjustment layers?
 
Am I alone in this?

View 3 Replies View Related

GIMP :: Using Gradient Mask To Blur Part Of Image?

Nov 29, 2010

I have a photo and I would like to blur the bottom of the image while leaving the top of the image sharp, similar to limiting the depth of field by using a large f-stop. I created a gradient mask and then used Filters > Blur but it is not working. If I choose the layer that I created the mask on and choose blur, nothing happens. If I choose the layer (background) under the mask then the whole image blurs.

View 3 Replies View Related

GIMP :: Turning Image White - Add Layer Mask?

Feb 4, 2014

I have an image that looks like this...

[URL]

...that I would like to look like...

[URL]

So the motorcycle would be all white but stay within the bounds of the current lines of the bike. I did some digging and it looks like I need to add a layer mask which I did without any luck. When I add a layer mask which option should I choose?

View 6 Replies View Related

GIMP :: Use Layer Mask With Grayscale And Inverted Image

Dec 31, 2012

I've had gimp for quite awhile now and ive never come across this problem before. im trying to use the layer mask with greyscale and inverted image just as i always have. but when i go to edit my color i get grey! ive always been able to change colors this way! i know that the mode is set to rgb. im on the correct layer. ive closed it. ive restarted my laptop.

If i click on the transparency part i get a big blob of color as i should. but on the mask it does what its supposed to but in shades of grey. i dont understand whats wrong! it always worked perfectly. . .

newest Gimp
windows 7

Only thing that i have changed is i have a new tablet but i still have the problem without the tablet

View 1 Replies View Related

AutoCad :: Dynamic Blocks - Stretching First Image To Generate Second Image

May 5, 2011

I have a box, and inside that box, there is another box. Connecting/joining both boxes are two lines on all four sides of both boxes. What I don't know is how to stretch the outer box (dynamically) from the top right corner, to any size i wish to drag it out to (keeping the inner box in the center at all times, and keeping the lines joining the boxes, connected to both boxes).

I can:
-Dynamically stretch the outer box from the top right corner, keeping the inner box in the center

I can't:
-Keep the lines joining the two boxes connected to the two boxes.

There is a picture attached that shows the box before it is stretched, and a picture of the end result that im looking for. I just need to know how to dynamically stretch the first image to generate the second image.

View 2 Replies View Related

GIMP :: Raw Processing In 2.6.8?

Apr 8, 2011

I am using the Gimp Mac 2.6.8 (seems to work best with Mac Tiger 10.4.11). I have an Olympus E1 DSLR, want to be able to process, manipulate Raw files from the camera in the Gimp. Am I able to accomplish this? If so, is there a plugin I can install in the Gimp? Although I have been using other Gimp functionality, I am completely new to working with Raw files. "non-jargon" terms how I can accomplish this? On my own I got the "ufraw-0.18.tar.gz" file from Sourceforge, am I on the right track?

View 3 Replies View Related

GIMP :: Raw Processing In 2.6.11?

Apr 29, 2011

After installing the Gimp 2.6.11 Tiger PPC, I want to know if Raw Processing is available on this Gimp version. If so, after opening a raw file in the Gimp, how can I access the Raw processing tools?

View 5 Replies View Related

GIMP :: How To Do Batch Processing

Aug 1, 2013

I am trying to use gimp in batch mode. I can't find any examples of how to do _real_ batch processing. All the examples on the net show how to integrate into the gui.

I see that I can use the -b flag to invoke script-fu functions. But AFAICS,the script with the function definitions needs to reside somewhere in~/gimp-x.y/scripts or something.

In addition, I can't find a way to pass command line arguments to the called functions. Is there any way to define/execute functions? For example, I'd like to callsimple-unsharp-mask from [URL]........

like this:

$ call-gimp-function script.scm simple-unsharp-mask file.png 5.0 0.5 0

View 17 Replies View Related

GIMP :: High Resolution File - JPEG Image Plug-in Could Not Save Image

Aug 18, 2011

So I am making digital color prints at 24x30. the photography work is about color fields and gradients, so I need super high res files. I have set the size to 24000x30000 pix at 1000 dpi..now my problem, when i go to save the gimp file as a jpeg i get this error message "JPEG image plug-in could not save image"

View 3 Replies View Related

Lightroom :: Processed Raw File As DNG - Will Processing Go With Export As DNG File

Jan 16, 2014

1- How do I move files from one folder to another with LR3?
 
2- If I export the processed raw file as a DNG will the processing go with the export as DNG file?

View 2 Replies View Related

GIMP :: Batch Processing Of 460 PNG Files

Oct 17, 2011

I want to do batch processing of 460 .png files. It includes rescaling their width to 50% without interpolation, changing color mode to indexed based on a specified palette, changing color mode to RGB and rescaling their width to 200%.

View 1 Replies View Related

GIMP :: Infrared Photography Post Processing

Dec 22, 2012

Any online resources on Infrared Photography Post processing in GIMP ?

View 1 Replies View Related

GIMP :: Processing A Stack Of Images (2013)

Jul 20, 2013

Problem :I have a large number of ex-camera jpegs of the pages of a book,photographed at an archive where scanning is prohibited. A camera stand wasused, with the book supported on foam wedges. Consequently, both pages ineach image are distorted - i.e. each page of a pair is a trapezium.It is, of course, a simple matter to crop and apply the perspective tool(twice) to an image to restore the pages to their flat state. Doing it forseveral hundred images is a non-starter, and anyway that's what the machineis for.

Proposed solution :
Import an image to the Gimp.
Drag and drop a number of images into the same project - as many as themachine can handle.
Link the image layers.
Crop.
Select one page and use the Perspective Tool to pull the page 'square'.Repeat for the second page.
Export each image, working down the stack.

Result :Selecting the right-hand page and correcting the perspective works, in thatthe Gimp progressively works down the layers. But, although each right-handpage is correctly 'squared up', all the left-hand pages, other than the toplayer, are enlarged and cropped.

Software used :2.6 under Debian Squeeze.
2.8.2 under Mint 14.1
2.8.6 under Windows 7
All OS 64-bit.

View 2 Replies View Related

AutoCAD Inventor :: IPart Workflow And Vault - Generate All Or Generate Only New

Sep 4, 2012

We are using iPart - iAssembly workflow with Inv-2013 and  Vault Basic 2013

My question is related to released state of iparts. Currently we are generating/ releasing

all the iparts when new member is added in order to manintain the parent child version relationship

Example  : say i have a ipart 41020.ipt and i have members 41020- 001 ~ 008 . I check out the parent

from Vault and add 009 member to it.

Question :

Do I have to generate all and check those in to maintain the version relationship between the child and parent inside

Vault 2013 ?
 Or
Only generating 009 will maintain version relationship inside Vault 2013

Config :: Intel (R) Xeon (R) CPU E31245 @ 3.30 GHz, 16.0 GB, 64bit win7
Inventor 2013 and Vault Basic 2013

View 4 Replies View Related

GIMP :: Generate Sine Wave Via Paths Tool?

Jan 15, 2012

Possible to generate a sine wave via the paths tool? It's kinda hard to get a perfectly symmetrical one by hand.

View 4 Replies View Related

Illustrator :: Mathematical And Scientific Equations - Math Fonts In AI

Feb 5, 2014

I want to construct some mathematical and scientific equations in Ai. Where I can get the necessary fonts that will work in Ai?

View 4 Replies View Related

GIMP :: Streamline Daily Activity Processing Photos

Apr 10, 2011

I'm trying to streamline a daily activity processing photos with Gimp by using incrontab (which makes it when you add files to a directory, it will automatically run a program to deal with the event). I have a python-fu script that I need to run after selecting four corners of what will be new photos.

It will run itself on all images open in gimp which reduces my keystrokes or mouse clicks. The problem I'm having is that when I put four photos into the processing directory, incron opens four instances of gimp instead of opening gimp once and adding each photo to its open images. I'm using Ubuntu Linux. I'd really like to make the same instance of gimp open the photos, but I'm not sure how to do that.

View 2 Replies View Related

GIMP :: Wikipedia / Easily Generate Large Custom Palettes?

Sep 29, 2012

i would like to expand on the Floyd-Steinberg dithered palette examples on this Wikipedia page.

[URL]

Is there a way to tell GIMP to programmatically generate a 6-bit, 9-bit, or 12-bit color palette?

All the dithered examples you see were created by me a few years back, by individually picking grays/colors to construct a custom palette in GIMP, then translating the original 24-bit parrot/color bars down to the custom palette.

For example the 8-color Floyd-Steinberg dithered parrot and color bars, on the Wikimedia Commons. GIMP does an excellent job of making these, and if you squint at it or look at it from a distance, it looks full-color:

Sure, I'll manually create a 16-grays palette or an 8-color 3-bit color palette, but it starts to get intimidating to make a 64-color, or 512-color, or 4096-color palette by individually picking each color, one at a time.

Also, I do not see how to generate the non-regular palettes without a lot of manual custom color picking:

Non-regular RGB palettes

[URL]

View 1 Replies View Related

Photoshop :: Match Lighting Of Two Pictures For Scientific Research Project

Sep 12, 2012

We do research on the effect of fish food on the color change of the fish's skin. Therefore we observe the fish over multiple weeks and take their picture in our studio environment once a week. In order to track the color change of the fish, all other conditions (lighting, distance etc.) should be exactly the same so that we can compare the average color of the fish over multiple weeks.

The problem is as follows. We have created an studio environment with a light tent and three flashes and fixed them to keep the shooting conditions the same every time. However as you can see in the three images below which are shots of the same fish in three different weeks, the lighting is not the same. We think that since we do shoot 30 fish in each batch, the flash did not produce the same performance for every shot and we got different lighting in each shot.

How can we match the lighting of these shots so that we can compare the color of the fish? We already tried the color match tool however it is no use in this case. Since we want to keep the fish as it is and only adjust the slight lighting difference.

View 9 Replies View Related

Illustrator :: How To Obtain Perfect Line With Scientific Data Graphs

Jul 31, 2013

In a lab the students get this kind of graphs to later be processed in an axial system:  a grayed pencil draw, very delicate, with all the imperfections in weight, intensity, etc.
 
We need to obtain an uniform line (a solid one, without gray variations, same weight, etc)
 
Autotrace seems the best tools although the results appear a little irregular. What could be the best approach as we have hundreds to process?
 
Beginning with the scanning (more resolution?) and processing firstly in Photoshop?

View 9 Replies View Related

AutoCad :: Drawing Coordinates Is Appearing In Scientific Notation And Display All 9 Digits

Aug 27, 2011

1. i received a DWG that has a TIFF image referenced. This 30MB TIFF came in a separate folder (eTransmit) and the path is correct, but i cannot seem to grab the image in model space. the layer that has the xref is not frozen, and i can see the xref in the properties box and unload/load/detach, however i am unable to select or grab it. Was this done intentionally by the author to keep the image intact or is this property of transmitting?

2. The drawing coordinates is appearing in scientific notation and i need them to display all 9 digits. How do i change this?

View 4 Replies View Related

Photoshop :: Gigapixel Image Processing?

Dec 18, 2012

Today I'm working on actions that embody steps that do upsampling, and I'm using some of my panoramic images as test input with Photoshop CS6 x64 on Windows 7 I just calculated how many pixels are in the upsampled images, to get an idea of how stressful these actions will be on systems when people run them...
 
A 25,659 x 6,069 pixel image is no small thing in itself, at 155 megapixels...  But upsampling it to 320% original size in both horizontal and vertical dimensions yielded 82,108 x 19,420 pixels -  a 1.5 gigapixel image!  And I'm working at 16 bits/channel.  I was a bit surprised that I am just regularly chunking through gigapixel sized data.  And I'm multitasking all the while - browsing, keeping up with eMail, listening to streaming internet radio...
 
The take-away from this is that with today's computer power and resources Photoshop just blazes through gigapixel+ sized documents now!Seems to me it wasn't THAT long ago we heard about the world's first gigapixel image, and now we're actually starting to hear about the first terapixel images, which are still challenging to make.

View 4 Replies View Related

Photoshop :: Batch Image Processing?

Sep 26, 2006

advanced batch image processing. I need the following to happen to a folder of images:

1) All images in the folder are resized with constrained proportion to a width of 250px.

2.) They are then combined into one image file placed above each other in a column (literally, not layers). Each image also needs spacing between the other, about 20px

3.) This is then compressed as an 8 quality jpeg and exported as a new image.

So basically I have a folder of images that I want to convert into a long 'gallery' image with spacing between each.

View 2 Replies View Related

Photoshop :: Bulk Image Processing

May 2, 2006

I've been told that I've got 700 images to process and remove the greyish background from each of them so they appear to be on a completely white background.

View 5 Replies View Related

Photoshop :: Digital Image Processing

Jun 27, 2004

I need a digital image processor to boost the resolution of satellite photos.

View 1 Replies View Related

Photoshop :: What PC Setup For Image Processing Of...

Jun 18, 2009

I am planning to get a new PC to work on large image files (1-3 GB) in PS CS4 (I work with 8x10 inch view camera and then scan the negatives). I was thinking about Core i7 with Quadro PNY FX1800 and 6GB RAM. Is this a good choice or rather overkill ? Off course I was also thinking about a ProMac, but could not find real advantages over a PC.

View 7 Replies View Related

Photoshop :: Batch Image Processing

Sep 26, 2006

1) All images in the folder are resized with constrained proportion to a width of 250px.

2.) They are then combined into one image file placed above each other in a column (literally, not layers). Each image also needs spacing between the other, about 20px

3.) This is then compressed as an 8 quality jpeg and exported as a new image.

So basically I have a folder of images that I want to convert into a long 'gallery' image with spacing between each. I know this isn't explained well, but is it at all possible?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved