Problem with Filters scaling ??

Hi,
I have scaled into an edit and applied the viewfinder filter, but the filter scales with the scaling of the edit, distoring the filter, not what i want, anyone got any ideas how to overcome this ?
Hillster

Yar, better yet, export the scaled up clips as separate movies and bring them back into your project, apply the filter to the movies.
Saves tons of time processing and re-rendering with every little adjustment. Assumes. of course, you can set your effects clips as golden and do the export.
bogiesan

Similar Messages

  • Problems with image scaling

    I'm facing a real problem with image scaling
    I've used several algorithms but it all has defects but the most common thing is the out of memory error after several enlargments...
    does any one know a solution...
    note:
    I've used several packages to do so,but I'm looking for a solution from the jdk itself
    JAlexscorpio

    Did you take into account that the getScaledInstance() -method creates a completly new Image?
    So if you use it like in
    ImageIcon icon1=new ImageIcon("Blah.gif");
    ImageIcon icon2=new ImageIcon(icon1.getImage().getScaledInstance(400,400,SCALE_FAST);
    you will end up with 2 different Images which have their own data and memory requirements.
    even if you use something like
    ImageIcon icon1=new ImageIcon("Blah.gif");
    Image i=icon1.getImage();
    icon1.setImage(i.getScaledInstance(200,200,SCALE_FAST));
    You will need enough memory to store the data for the original image, as well as the data for the scaled
    version of the image, at least for the time that it take the JRE to create the scaled version. You never know when the garbage collector kicks in to delete you old data so it could be that this takes some time and until
    that moment your memory is not available. If your now doing several of the scaling operations, and there is no chance for the garbage collector to do its work, you will run out of memory.
    I hope that might help, if not feel free to post again

  • Oracle Text - Problem with filtering binary documents (.doc, .pdf, etc...)

    Hi, I have a problem with filtering binary documents (.doc, .pdf, etc...). I use SQL*PLUS for remote access to Oracle 10.2 on Linux and I create table:
    CREATE TABLE test (id NUMBER PRIMARY KEY, text VARCHAR2(100));
    I insert to this table:
    INSERT into test values(1, 'PATH/text1.doc‘);
    INSERT into test values(2,'PATH/text2.doc‘);
    and then:
    CREATE INDEX test_index ON test(text) indextype is ctxsys.context
    parameters (’datastore ctxsys.file_datastore
    filter ctxsys.auto_filter’);
    Message "Index created" is displayed, but objects: DR$test_index$I, DR$test_index$K, DR$test_index$N, DR$test_index$R and DR$test_index$P are empty => index wasn´t created probably.
    I don´t know, where is bug, either bug is somewhere in this code or on the server (wrong installation oracle or constraint privileges). Do you know in what is bug?

    The following is an excerpt from the 10g online documentation. Note the items that I have put in bold.
    "FILE_DATASTORE
    The FILE_DATASTORE type is used for text stored in files accessed through the local file system.
    Note:
    FILE_DATASTORE may not work with certain types of remote mounted file systems.
    FILE_DATASTORE has the following attribute(s):
    Table 2-4 FILE_DATASTORE Attributes
    Attribute Attribute Value
    path path1:path2:pathn
    path
    Specify the full directory path name of the files stored externally in a file system. When you specify the full directory path as such, you need only include file names in your text column.
    You can specify multiple paths for path, with each path separated by a colon (:) on UNIX and semicolon(;) on Windows. File names are stored in the text column in the text table.
    If you do not specify a path for external files with this attribute, Oracle Text requires that the path be included in the file names stored in the text column.
    PATH Attribute Limitations
    The PATH attribute has the following limitations:
    If you specify a PATH attribute, you can only use a simple filename in the indexed column. You cannot combine the PATH attribute with a path as part of the filename. If the files exist in multiple folders or directories, you must leave the PATH attribute unset, and include the full file name, with PATH, in the indexed column.
    On Windows systems, the files must be located on a local drive. They cannot be on a remote drive, whether the remote drive is mapped to a local drive letter."
    With accessible paths and files, you get something like:
    SCOTT@orcl_11g> CREATE TABLE test (id NUMBER PRIMARY KEY, text VARCHAR2(100));
    Table created.
    SCOTT@orcl_11g>
    SCOTT@orcl_11g>
    SCOTT@orcl_11g> INSERT into test values(1,'c:\oracle11g\banana.pdf');
    1 row created.
    SCOTT@orcl_11g> INSERT into test values(2,'c:\oracle11g\cranberry.pdf');
    1 row created.
    SCOTT@orcl_11g>
    SCOTT@orcl_11g> CREATE INDEX test_index ON test(text) indextype is ctxsys.context
      2  parameters ('datastore ctxsys.file_datastore
      3  filter ctxsys.auto_filter');
    Index created.
    SCOTT@orcl_11g>
    SCOTT@orcl_11g> select count(*) from dr$test_index$i
      2  /
      COUNT(*)
           608
    SCOTT@orcl_11g> In the following, I used a non-existent path and non-existent file name, which produces the same results as when you use a remote path that does not exist locally.
    SCOTT@orcl_11g> CREATE TABLE test (id NUMBER PRIMARY KEY, text VARCHAR2(100));
    Table created.
    SCOTT@orcl_11g>
    SCOTT@orcl_11g>
    SCOTT@orcl_11g> INSERT into test values(3,'c:\nosuchpath\nosuchfile.pdf');
    1 row created.
    SCOTT@orcl_11g>
    SCOTT@orcl_11g> CREATE INDEX test_index ON test(text) indextype is ctxsys.context
      2  parameters ('datastore ctxsys.file_datastore
      3  filter ctxsys.auto_filter');
    Index created.
    SCOTT@orcl_11g>
    SCOTT@orcl_11g> select count(*) from dr$test_index$i
      2  /
      COUNT(*)
             0
    SCOTT@orcl_11g>

  • Problems with Filters

    I am having a problem with filtering on a BM 3.8 SP5 server. There is an application running on a workstation that goes out to the internet every 10-15 minutes. With the filters down, everything works fine. I have tried setting up a filter exception to allow full access out to the internet for this machine, but anything I try will not work. I have even created an Any Any rule (in filtcfg filter exceptions, create a new filter exception, select any for the protocol and save) I have always been under the impression that creating this type of filter will allow anybody in or out through BM. I have done a packet capture with ethereal and have found the IP address that this workstation is connecting to. The protocols it seems to be using is FTP, TCP, and FTP-DA. I also found that the workstation is attempting to connect to a MS FTP server. Why will this not work.
    Any suggestions?
    THanks in advance
    Brian

    Thanks for the response Cat.
    In the past we have had to allow this machine to have full access.
    Setting the packet type to Any
    source interface to Any
    Destination interface to Any
    Should open things right up shouldn't it?
    I have created a filter like this just to test, and the app still fails.
    I am starting to wonder if blowing away all of the filters and recreating them will help.
    Brian
    >>> Caterina Luppi<[email protected]> 28-Feb-07 4:47 PM >>>
    hi Brian,
    do you want to allow ANY kind of access from this workstation, or only FTP?
    for any kind of access you need the following exception:
    packet type TCP source port 1024-65535 dest port any STATEFUL
    source interface: any
    dest interface: public
    source IP address: the IP address of the PC
    Dest Ip address: the Ip address of the MS server
    if you want to restrict this access to FTP only you'll need the
    following exception:
    packet type: FTP_PORT_PASV_ST (select this from the list of predefined)
    source interface: any
    dest interface: public
    source IP address: the IP address of the PC
    Dest Ip address: the Ip address of the MS server
    Let me know.
    Cat
    NSC Volunteer Sysop

  • Printing problem with emails - scaling issue

    Hi everyone,
    I'm having a printing problem when I print out my emails. Under the email preferences, the scaling is set to 100%, but the actual printouts look to be about 30%.
    I have no other problems with any other applications (documents, web pages, etc.) and I'm not sure where to look next.
    I'm new to the mac world (my background is with PC's), so any guidance at all would be GREATLY appreciated!!
    (PS - I just updated my printer driver yesterday - had the problem both before and after that install)
    Thanks in advance for your advice,
    - wackylady
    g4   Mac OS X (10.2.x)  

    bump -
    any help?

  • Problem with filtering on material

    I encountered a problem when filtering on material numbers that have a period in them (e.g. 111.10.114.00). 
    This happens only on materials that contain a period, and it only happens if you do not use the checkboxes to select the filter value. 
    If you use the funnel to filter AND use the checkbox to select what you want, then everything works fine.
    If you filter by using u201CKeep filter valueu201D and selecting the line then it does not work
    If done on material number that has no period (.) in it, then itu2019s ok.  If the material has a period (.) then filter does not work.  This seems to happen only with period as a character.  Tried materials with letters in them and dashes, these worked ok.
    does anyone had this issue before or knows any OSS Notes that could be helpful?
    Thanks
    best regards
    Nesimi

    hi,
    for executing  BAPI_MATERIAL_GET_DETAIL bapi i have to set
    VALUTIONARA .Thats why i am asking ,how to get valutionarea.
    regards
    Guru

  • Problem with filtering data

    Hi!
    I'm having trouble with filtering data from my table and don't know how to resolve it properly.
    I created a tabular form my table, a few text fields that are used as input for different columns of the filter and a filter button that submits the page.
    The problem appeared when I try to filter a column that has null values in the table and is editable...that's as far as I have concluded.
    So when I press the button I get zero rows even though there should be some.
    This is the submitted query:
    select
    "MSR_PRD_ID",
    "SRC_STM_ID",
    "ID",
    "ISIN",
    from "#OWNER#"."IZV_SLOG_DET"
    WHERE
    lower(MSR_PRD_ID) = lower(nvl(:P7_X_MSR_PRD_ID,MSR_PRD_ID)) and
    lower(SRC_STM_ID) = lower(nvl(:P7_X_SRC_STM_ID,SRC_STM_ID)) and
    lower(ISIN) = lower(nvl(:P7_X_ISIN,ISIN)) and
    The nvl function is used so that if the user leaves the field empty it only filters by the fields that have input.
    Does anyone know how I could circumvent this?
    Regards,
    Ivan

    LOWER (NVL (ISIN,'Y')) = LOWER (NVL (:P7_X_ISIN, LOWER (NVL (ISIN,'Y'))))
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.apress.com/9781430235125
    https://apex.oracle.com/pls/apex/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494

  • Problems with the scaling using  a tachometer

    Hi all,
    I have the following problem: i have a query that shows me a % of Card make in one day, i need to fix the scaling from 0% to 100% but it always get fixed automatic. I go to edit the Axis and then i set Minimum Value = 0 and Minimum  Calculation = user Defined and Maximum Value = 100 and Maximum Calculation = user Defined but it always get fixed with automatic scaling. What can i do?
    Thanks a lot
    PS: I´ll wait for the response and then i´ll give some starts !!!
    Regards,
    Roberth

    Hi Roberth,
    Please check out OSS note 959964 - Chart: User-defined values of axis range are ignored. We were facing the same issue and this note fixed it for us.
    Symptom
    The axis range of the chart ignores the user-defined settings. Instead it uses the automatic calculation of the axis range.
    Other terms
    Minimum Maximum calculation gfwchart xmlchart chart engine
    Reason and Prerequisites
    You use SAPGUI 6.40 >= patch 18 and an IGS 6.40.
    Solution
    Please install IGS 6.40 >= patch 16.
    Hope this helps...

  • Problem with image scaling and aligning to the MC bounds

    HI
    I have problem with my custom class.
    For example if image is loaded into the
    holder_mc inside of
    loader_mc, and if the loaded image is bigger than the
    loader_mc, then I want it to scale it down to match
    loader_mc bounds.
    It is something similar to Loader class...
    I've copied this code outside of Loader.as file and modifyed
    it, but its not working...
    I'd realy appreciate that if you could find any mistake or
    any code similar to this...
    Thanks in advance and sorry for my bad english...
    mloncaric

    Anyone please?:(

  • Performance problem with Filters of Crystal Report

    Hi,
    I have been facing this problem for a month now.
    Whenever I try to run a Crystal Report from Infoview it takes 5min or more to get the prompts screen
    but sometimes(mostly when i restart all servers) the filter screen appears real quick say 5 to 10 secs(is this quick?)
    I have no idea why this is happening! Is there an issue with the servers? or is this problem related to Crystal report?
    Please help. I tried googling for this problem but could not find anything that would help.
    Thanks
    Nilesh

    I am using a universe which uses a DSN to connect to the sql2k5 database. One thing I forgot to mention is that this is a clustered environment(with 2 servers) and the input/output file repository is set to a folder on a third server.
    Note: Even though the report filters take time to pop up, but the report runs very fast; doesnt take more than 5 seconds for a fairly complex report.
    Yesterday I did a trial install on a seperate server and the reports filters come up pretty fast.

  • Strange problem with image scaling when placed

    I'm currently running InDesign CS6 from the Creative Cloud, and it's version 8.0. I have a PC and am running Windows 8.
    I am experiencing a really odd problem when placing images, and it only recently (within the last two weeks perhaps?) has developed. I do ebook production for a publisher. I have an InDesign template (INDD file really, but "blank" and ready to be filled in, and as such I refer to it as a "template") that I use, and the cover for the book goes on the first page. The document is set to pixels as the ruler measurement, and the pages are 650 pixels wide by 800 pixels tall. The margins are all set at zero. The cover images are sent to me as JPEGs and always have the same size: 72dpi setting and 500 pixels wide by 750 pixels tall. This is chosen to be about the size of the full screen on most ereaders, or close enough to be so.
    So when working on a new book, I put my cursor in the blank line that is set up to take the cover as an inline image. I do control-D to place, select the file, and hit enter. This SHOULD place an image at that location that is 500 pixels wide and 750 pixels tall when looking at the InDesign page rulers. Instead, InDesign insists on placing this image at 50% scaling, so that it is only 250 pixels wide by 375 pixels tall. And in the link info panel, it shows the actual PPI as 72 and the effective PPI as 144. It does this no matter how many preference changes I try (including the ones under file handling and the import setting options).
    The strangest part is that if the file is just a tiny bit different than 500x750 @72dpi, then there is no problem. For example, if I open the JPEG in Photoshop and change the image settings to 500x750 @73dpi, then InDesign places it at 100% scale like I want. If I change the image to 499x749 @72dpi it also gets placed in InDesign at 100% scaling. I've tried this with various new INDD documents with settings in pixels, inches, or picas as the ruler amounts, and with different page or margin sizes (just in case the problem is with my template). I get the same result no matter what.
    It appears that InDesign somehow thinks that any image that is exactly 500x750 @72dpi should be scaled at 50% when placing it into an InDesign file. Has anyone else run across this? Is it a bug or something I'm doing wrong? I've been doing this exact procedure for over a year, first with CS5 and now CS6, and I've never had this happen until just recently. I suppose it COULD be an accidental change in settings or preferences. But if it is, I cannot figure out how to change it back.
    UPDATE: I installed the 8.0.1 update and it did not resolve the issue. I also tried more image options. It looks like this scaling to 50% upon placing ONLY happens when all three attributes match this: 500x750@72dpi. All of the following modifications to the exact same image placed in the exact same spot in the exact same document resolved the issue:
    501x750@72dpi
    499x750@72dpi
    500x751@72dpi
    500x749@72dpi
    500x750@71dpi
    500x750@73dpi
    But of course, I don't want to have to modify every cover image I'm sent in order to prevent this scaling issue.

    I just tried this and got the same results (CS6, 8.0.1, on WinXP SP3). One other tidbit: the same 500px × 750 px @ 72ppi image saved as TIFF instead of JPEG worked correctly (at least for me). I haven't tried any other image formats yet.
    This sounds like a good candidate for an official bug report: http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    -Bill

  • Acrobat X problem with image scaling in Excel

    We are using Acrobat X standard with Excel 2007.
    The problem is that when using the Create PDF button on the Acrobat toolbar within Excel, if the document has been scaled using Page Layout-Scale option within Excel, the resulting PDF has the image the correct size, but it has not been scaled. So the dimensions are correct, but only half of the image will be visible.
    To see what I mean, in Excel, add a picture, then choose Page Layout-Scaling and set to e.g. 50%. Check the print preview to see how it should look, and make sure you have a real printer selected in File-Print (NOT Adobe PDF printer). Then create PDF using the toolbar button. The image in the PDF will be wrong.
    This works fine if using native PDF converter (e.g. Save As PDF file) or by printing to the PDF printer, or by using the CreatePDF button when the Adobe PDF printer is selected as default in the print options.
    This seems to be a bug in X as in 9 it worked fine.
    Is there a solution to this?
    Thanks

    I should add, I updated to 10.1 and it did not resolve the issue.

  • Problem with Filters :(

    Can someone please help!!!  I have PSE9 and after the first 5 min. of being logged in my filters start giving me problems. Specifically the Camera Distortion and the photo filter.  I can go in and adjust just fine and the preview has no problems but when I click ok to set it it chops my photo up with vertical see through lines. Almost like the the picture was not developed all the way if that makes sense. Thanks

    Whenever PSE gets weird, the first thing to do is to reset the preferences: quit the editor then restart it while holding down ctrl+alt+shift (command+option+shift on a mac). Keep holding the keys down till you see a window asking if you want to delete the settings file. You do.

  • Download a .doc file from a servlet, problems with filters

              Hi! I put this post in an incorrect forum so I think this is the correct one. Hope
              anyone can help.
              We need some help in order to view a .doc file that we've stored into a blob column
              of some oracle table. The file is compressed using Zip classes and now what we
              want to do is:
              We have a web page with a link to a servlet that will read the blob, unzip the
              file and show it into a new web page with ms word.
              The problem appeared when we put some compression filters in our WL 6.1 SP3 and
              the result is always the same. When we tell IExplorer to save the file it works
              correctly but when we tell him to open the document it shows the "Open with..."
              window as if the content-type or any other header was incorrect.
              Here is part of the code:
              ....... if(mydoc!=null && mydoc.length>0){ res.setHeader("Content-Type", "application/msword");
              res.setHeader("Cache-Control","no-cache"); res.setHeader("Content-Disposition",
              "attachment;filename=\"mydoc.doc\"" ); if(isZIPPED == 1){ ByteArrayInputStream
              array = new ByteArrayInputStream(informe); ZipInputStream zip = new ZipInputStream(new
              BufferedInputStream(array)); ZipEntry entry; while((entry = zip.getNextEntry())
              != null){ int n; byte mydata[] = new byte[16384]; ServletOutputStream out = res.getOutputStream();
              while((n = zip.read(mydata, 0, 16384)) != -1){ out.write(mydata, 0, n); } } }
              ... So, what are we doing wrong?
              Any help will be much appreciated!! Thanks.
              

    problem dissapeared, no need anymore to solve this one.

  • Problem with image scaling

    I'm currently writing a flex application where I'm scaling
    images on a hidden canvas, and then taking a bitmap of them and
    drawing that bitmap to a visible component. There are two reasons
    for this: so that the user doesn't see a mixture of scaled and
    unscaled images, and so that I can do some operations on the
    bitmap, saving the processing time of altering all of the objects.
    The problem is that the scaling doesn't seem to have finished
    by the time I create the bitmap. Is there a way that I can be sure
    the operation has finished first? Or is there a better way I should
    be going about this?

    Although I didn't see an event for scaleX and scaleY, width
    and height do have an associated event (ResizeEvent), so I decided
    to use them for my scaling. I set up an event listener, and counted
    the events that had been fired, until they had been fired for each
    of the items that was to be scaled.
    I checked to see whether it worked, and it seemed not to
    have. In fact, it seems to have given me the same result as I had
    without the event listener, so as far as I can tell, the event is
    being called at the beginning of the resize rather than when it is
    completed.
    The problem isn't due to bad placement or sizing logic, as
    I've tested making the buffer visible, and it responds as expected,
    albeit with the resize flicker that I'm trying to eliminate. I am
    also certain that the draw is being triggered in the event
    listener, and have tested to make sure that there are no further
    resize events that I am not handling.
    I'm honestly kind of baffled. How can I resize multiple
    interconnected pieces of content without a separation being visible
    to the user in the intervening frames?
    Edit: I was able to tell when the image loaded by attaching a
    listener to the image that listened for the update event. I may be
    coming at this from the wrong angle, though, so I'm going to look
    into other ways to solve this problem as a whole.

Maybe you are looking for