udacity / AdvancedAndroid_Emojify

139 stars 453 forks source link

Apply bitmap options to reflect scalefactor while decoding image #41

Closed AnwarShahriar closed 3 years ago

AnwarShahriar commented 6 years ago

Currently bitmap options are not used for decoding at final decoding step, which defeats the purpose of resamplePic method in BitmapUtils.java class. This is fixed in this pull request.