cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to set camera to 150dpi or send 150dpi

Kimmers76
Apprentice
  • am entering a contest and they say the pictures need saved jpeg 150dpi. How is this done?
2 REPLIES 2

johnrmoyer
Whiz
Whiz

@Kimmers76 wrote:
  • am entering a contest and they say the pictures need saved jpeg 150dpi. How is this done?

If you are using the Canon DPP software, then you may change DPI in the save image dialog. https://cam.start.canon/en/S002/manual/html/UG-04_EditImage_0170.html#EditImage_0170_2

The people making the contest rules might be confused. The 150dpi only makes sense if one knows what size paper it will be printed on or knows the size of the screen it will be viewed on. I might guess that what they really wanted was an image that is at least 1800x1200 pixels which would be 12 inches by 8 inches at 150dpi,  or maybe some other arbitrary size.

Since the dpi number is only a comment about how the image is meant to be viewed, it may be changed to any arbitrary value. The exiftool free software is able to do this without making other changes to the image. https://exiftool.org/

Display the numbers:

exiftool -s -G0:2  -XResolution -YResolution -ResolutionUnit 8794-green.jpeg
[JFIF:Image]    XResolution                     : 300
[JFIF:Image]    YResolution                     : 300
[JFIF:Image]    ResolutionUnit                  : inches

Change the numbers and show the result:

exiftool -s -G0:2  -XResolution=150 -YResolution=150 -ResolutionUnit=inches 8794-green.jpeg
    1 image files updated
exiftool -s -G0:2  -XResolution -YResolution -ResolutionUnit 8794-green.jpeg               
[EXIF:Image]    XResolution                     : 150
[EXIF:Image]    YResolution                     : 150
[EXIF:Image]    ResolutionUnit                  : inches

 

Danny
Moderator
Moderator

Thanks for joining the conversation, Kimmers76!

So that the Community can help you better, we need to know exactly which Canon camera model you're using. That, and any other details you'd like to give will help the Community better understand your issue!

If this is a time-sensitive matter, click HERE search our knowledge base or find additional support options HERE.

Thanks and have a great day!

Announcements