cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

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

Re: PNG transparency in thumbnails

PNG transparency in thumbnails

atoudam
Explorer | Level 3
Go to solution

Hi

 

im using the Javascript API to grab a few thumbnails for images in my app folder

 

however wehn i grab the thumbnail for a png with transparency / alpha the transparent part shows as white in the thumbnail

 

this is the method i am using to get the thumbs

 

dbx.filesGetThumbnail({path:path,size:{['.tag']:'w640h480'},format:{['.tag']:'png'}})

 

the raw images do have transparency as i have check by replacing the line above with

 

dbx.filesDownload({path:path})

 

and i get all images corently with their transparency.

 

does the API method filesGetThumbnail support thumbs with transparency ?

or do i have a mistake in the above?

 

Thanks

Adam

 

 

1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff
Go to solution
The API doesn't support transparency in thumbnails unfortunately, but I'll pass this along as a feature request.

View solution in original post

7 Replies 7

Greg-DB
Dropbox Staff
Go to solution
The API doesn't support transparency in thumbnails unfortunately, but I'll pass this along as a feature request.

atoudam
Explorer | Level 3
Go to solution
thanks for the quick response Greg, that would be a great feature to have.

Quas94
Explorer | Level 3
Go to solution

Hi there, has there been any progress on this front? Would love to have this feature available. Thanks

TaylorKrusen
Dropbox Staff
Go to solution

Thanks for checking in. Unfortunately, we have no new updates regarding this feature request. 

MosheS
New member | Level 2

Any news in 2023?

This is a very important issue for us!

Greg-DB
Dropbox Staff

@MosheS No, I don't have an update on this.

atoudam
Explorer | Level 3

lol you should probably just abandon hope that this will happen. we moved our app from the dropbox back end and over to s3 / AWS much more flexible of a product

Need more support?