5 messages in com.googlegroups.adwords-apiRe: submitting an Image Creative via API
FromSent OnAttachments
Marcel21 Aug 2005 10:45 
hmcclungiii21 Aug 2005 15:01 
Marcel21 Aug 2005 15:42 
Marcel21 Aug 2005 17:32 
Marcel21 Aug 2005 19:02 
Subject:Re: submitting an Image Creative via API
From:hmcclungiii (hmcc@hmcclungiii.com)
Date:08/21/2005 03:01:03 PM
List:com.googlegroups.adwords-api

The documentation specifies that ...

------------------------------------------------ Images can be PNG, GIF or JPEG format. Each account can have no more than 500 active image creatives. The size limit for each image is 51200Kb. Images must have one of the following dimensions (in pixels):

468 wide x 60 high (Banner) 728 wide x 90 high (Leaderboard) 300 wide x 250 high (Inline) 120 wide x 600 high (Skyscraper) 160 wide x 600 high (Wide Skyscraper) When creating an image creative programmatically, set the image field to an Image object that contains a name and a byte array containing the image data.

------------------------------------------------

So, to answer your question,

No, Google does not handle resizing of the images, this must be done on your end.