Skip to main content

Create your own United States Passport , India OCI photo using GIMP

Folks, this is in continuation to existing article of how to create UK passport photo (3.5cm x 4.5cm) using GIMP. Please read that article for full understanding of how to take photo/lightings etc.
American Passport Photo requires 50.8mm x 50.8mm (2" x 2") photos. So do Overseas citizen of India application (OCI photo). As you are all aware, GIMP is very powerful too for image editing.  This article provides a very cost effective way to print  (2" x 2") photos from nearby print enabled stores (like Boots in the UK etc..) for less than 30pence (40 cents approx) !!  For further details on United states photo requirement, please read this article

Pre-requisite

Step by step method of editing photo

  • From your gimp “Toolbox”, click the “Rectangular Select” tool. (Ensure that the ”Fixed Aspect Ratio” is unticked).  Draw a small rectangle surrounding your face. In the left hand-pane, choose Size, Enter width=510 px and height=510 px.  (or a ratio of this) and then select “Fixed Aspect Ratio”.  You will see a rectangle area in the image to be adjusted accordingly
  • Using mouse select area with your face and satisfy all conditions of your photo (like 80% face, shoulder visible etc..). Read relevant requirements.
  • Once ready, Crop the image.   from GIMP Menu  Image -> Crop to Selection
  • Now resize the image.  From GIMP menu,  Image -> Scale Image and select width=1089 px (Automatically height becomes 1089 px as its 1:1 aspect ratio). Copy this image (Control-C)
  • Now open a new Window (Control key + N) with width and height  = 1120 px
  • Paste the previous image into this new image and click on the white border surrounding to merge.
  • Ensure you clicked on the white border. Then Select Filters ->Map -> Tile from GIMP window.  ”Tile to new size”, then  disconnect the chain symbol (by clicking on it) and set the width = 3256 px & height = 2184 px
  • Result would show you 8 photos. (But only 2 of them will be perfect)
  • Now save as a JPG file using "File -> Export To  ”, then save it as with jpg extension with “USpassportTile.jpg”
  • Save the .jpg file to a memory stick.
  • My local “BOOTS” shop allows USB memory stick, SD card, CD and many other storage to be used . Select 6×4 inch prints, which should print 2 photos. (Select no margins at boots)   or Alternatively you could print from your home printer:  From GIMP Image -> Print-size , width = 6 inches, height = 4 inches. Then print with File ->Print

Experienced Users


Aspect Ratio: width = 510 px, height = 510 px.
Scale to 1089 px wide.
New window: width = 1120 px, height = 1120 px.
Tile to: width = 3256 px, height = 2184 px.

Popular posts from this blog

Create your own Passport Photo using GIMP

This tutorial is for semi-techies who knows a bit of GIMP (image editing).   This tutorial is for UK style passport photo ( 45mm x 35 mm ) which is widely used in UK, Australia, New Zealand, India etc.  This is a quick and easy process and one can create Passport photos at home If you are non-technical, use this link   .  If you want to create United States (USA) Passport photo or Overseas Citizen of India (OCI) photo, please follow this link How to Make your own Passport Photo - Prerequisite GIMP - One of the best image editing tools and its completely Free USB stick or any memory device to store and take to nearby shop A quality Digital camera Local Shops where you can print. Normally it costs (£0.15 or 25 US cents) to print 8 photos Steps (Video Tutorial attached blow of this page) Ask one of your colleague to take a photo  of you with a light background. Further details of how to take a photo  yourself       Take multiple pictures so that you can choose from th

Syslog Standards: A simple Comparison between RFC3164 & RFC5424

Syslog Standards: A simple Comparison between RFC3164 (old format) & RFC5424 (new format) Though syslog standards have been for quite long time, lot of people still doesn't understand the formats in detail. The original standard document is quite lengthy to read and purpose of this article is to explain with examples Some of things you might need to understand The RFC standards can be used in any syslog daemon (syslog-ng, rsyslog etc.) Always try to capture the data in these standards. Especially when you have log aggregation like Splunk or Elastic, these templates are built-in which makes your life simple. Syslog can work with both UDP & TCP  Link to the documents the original BSD format ( RFC3164 ) the “new” format ( RFC5424 ) RFC3164 (the old format) RFC3164 originated from combining multiple implementations (Year 2001)

VS Code & Portable GIT shell integration in Windows

Visual Studio Code & GIT Portable shell Integration Summary Many of your corporate laptop cannot install programs and it is quite good to have them as portable executables. Here we find a way to have Portable VS Code and Portable GIT and integrate the GIT shell into VS Code Pre-Reqs VS Code (Install version or Portable ) GIT portable Steps Create a directory in your Windows device (eg:  C:\installables\ ) Unpack GIT portable into the above directory (eg it becomes: C:\installables\PortableGit ) Now unpack Visual Studio (VS) Code and run it. The default shell would be windows based Update User or Workspace settings of VS Code (ShortCut is:  Control+Shift+p ) Update the settings with following setting { "workbench.colorTheme": "Default Dark+", "git.ignoreMissingGitWarning": true, "git.enabled": true, "git.path": "C:\\installables\\PortableGit\\bin\\git.exe", "terminal.integrated.shell.windows"