jakobholmelund / fitpicsjs

Create beatiful galleries with pure javascript, NO DEPENDENCIES
MIT License
17 stars 4 forks source link

Bric #3

Open tettusud opened 5 years ago

tettusud commented 5 years ago

Hello First of all thanks for wonderful code. I believe Bric takes canvas dimensions into consideration.But this code is generating a random size. Moreover do you have paper on BRIC,I would like to read more on it. I tried FAST and other algorithm ,it still is not much efficient

jakobholmelund commented 5 years ago

Hi Sudharsan

This implementation lacks some smarts and will just evaluate images one by one. It should in theory be possible to analyze the photos and arrange them in such a way that all images will be as large as possible. The only paper I've been able to find can be downloaded here

https://www.hpl.hp.com/techreports/2008/HPL-2008-199.pdf

Cheers

On Sun, Jun 30, 2019, 03:56 Sudharsan Tettu notifications@github.com wrote:

Hello First of all thanks for wonderful code. I believe Bric takes canvas dimensions into consideration.But this code is generating a random size. Moreover do you have paper on BRIC,I would like to read more on it. I tried FAST and other algorithm ,it still is not much efficient

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jakobholmelund/fitpicsjs/issues/3?email_source=notifications&email_token=AAB3ZQT7K2APFO67SYUV3R3P5AHFTA5CNFSM4H4LSAV2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G4PAXWA, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB3ZQXSCUWBN4A5RLEXK2DP5AHFTANCNFSM4H4LSAVQ .

tettusud commented 5 years ago

Thank you for such a quick reply!! The paper is helpful.