Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FICImageFormat maximumCount not respected? #121

Open
rqueue opened this issue Nov 3, 2015 · 1 comment
Open

FICImageFormat maximumCount not respected? #121

rqueue opened this issue Nov 3, 2015 · 1 comment

Comments

@rqueue
Copy link

rqueue commented Nov 3, 2015

No matter what value I set for maximumCount on my FICImageFormat, the image table seems to grow to the same size. Is there an implicit minimum count the image tables use?

@Montana
Copy link

Montana commented Aug 9, 2016

Depending on what you're trying to accomplish, try

    imagesListThumbnail.style = FICImageFormatStyle16BitBGR;
    imagesListThumbnail.imageSize = CGSizeMake(176, 176);
    imagesListThumbnail.maximumCount = 250;

The problem has been known to be in the initial setup via

imagesListThumbnail.devices = FICImageFormatDevicePhone;

Hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants