s-alad / toofake

View friends BeReals without posting or them knowing. Post custom BeReal's whenever. Add custom realmojis
https://toofake.lol/
MIT License
152 stars 33 forks source link

Image when posting either has wrong aspect ratio or is too small and has black borders. #38

Open 1DR-N0 opened 1 year ago

1DR-N0 commented 1 year ago

I followed the details in the article about reverse engineering BeReal, I used 3:4 aspect ratio .jpg images with 1500px width and 2000px height, the primary (back) image is too small and has black borders around it, while the secondary (front) image has its dimensions reversed by cropping the excess.

s-alad commented 1 year ago

Which article, are you processing the image before uploading?

1DR-N0 commented 1 year ago

Which article, are you processing the image before uploading?

I am refering to this article (https://shomil.me/bereal/) I used it to get the image dimensions for the front and back pictures. I confirmed them by downloading a random BeReal which turned out to be 1500x2000. The only processing that I am doing to the images is cropping them to the previously mentioned dimensions.

s-alad commented 1 year ago

Which article, are you processing the image before uploading?

I am refering to this article (https://shomil.me/bereal/) I used it to get the image dimensions for the front and back pictures. I confirmed them by downloading a random BeReal which turned out to be 1500x2000. The only processing that I am doing to the images is cropping them to the previously mentioned dimensions.

I'm unsure what your issue many be. Where are you uploading the images?

jorismorsink commented 1 year ago

same problem, tried 1500x2000 too, still black borders..

s-alad commented 1 year ago

same problem, tried 1500x2000 too, still black borders..

Images shouldn't be getting resized so there shouldn't be any black borders. Your uploading 2000height x 1500width images right? I'll try replicating on my end

TheLittleRock commented 11 months ago

Some progress here? Noticed that the images downloaded from bereal usually have alpha channel...maybe bereal requires it?