Anyone using the cfimage effects and want to share the used code? Thanks.
On Mar 3, 6:46 pm, Marco van den Oever <[email protected]> wrote: > I'm about to cry over here :( i used the following example settings > used from the example page: > > <cfproperty ftSeq="3" ftFieldset="Banner Info" name="bannerimg" > type="string" ftType="image" ftLabel="Image" ftDestination="/images/ > wsoFarcryBanners" ftAutoGenerateType="cropToFit" > ftLCustomEffects="roundCorners();reflect();" ftImageWidth="100" > ftImageHeight="140" hint="Image." /> > > Who can share a shoulder??? > > Marco. > > On Mar 2, 2:09 pm, Marco van den Oever <[email protected]> > wrote: > > > Mmmm ok, so as i understand the below should work: > > > <cfproperty ftSeq="3" ftFieldset="Banner Info" name="bannerimg" > > type="string" ftType="image" ftLabel="Image" ftDestination="/images/ > > wsoFarcryBanners" ftImageWidth="200" ftImageHeight="200" hint="Image." > > ftAutoGenerateType="cropToFit" ftLCustomEffects="roundCorners > > (backgroundColor='black');reflect > > (reflectionHeight=200,backgroundColor='black');" /> > > > Right now i think a "default image manipulation method" is the > > ftAutoGenerateType="cropToFit" property, am i right? > > > Getting there, thanks for your patience :) > > > On Mar 2, 12:35 am, Jeff Coughlin <[email protected]> wrote: > > > > > For instance, i have the following property: > > > > > <cfcomponent name="banners" extends="farcry.core.packages.types.types" > > > > output="false"..... > > > > > <cfproperty ftSeq="3" ftFieldset="Banner Info" name="bannerimg" > > > > type="string" ftType="image" ftLabel="Image" ftDestination="/images/ > > > > wsoFarcryBanners" ftImageWidth="" ftImageHeight="" hint="Image." > > > > ftLCustomEffects="roundCorners(backgroundColor='black');reflect > > > > (reflectionHeight=80,backgroundColor='black');" /> > > > > > So with the plugins installed this should work? > > > > I updated the application scope and restarted cf but i don't get the > > > > effect when i use it like this. > > > > I could be wrong, but don't you need to provide an image height and > > > width as well as a default image manipulation method? ( Ihaven't > > > actually tried using it without those settings) > > > > -- > > > Jeff Coughlin > > > Web Application Developerhttp://jeffcoughlin.com > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
