Which bytes should be edited in a WMF hex string stored in an RTF file in order to change image dimensions?

I  would like to save the WMF file with proper dimensions as they are in the editor (my saved WMFs have the dimensions of my screen resolution).  They come from a RichEdit.
Thanks.
Edit:
My goal is to convert the images that appear on a RichEdit to another format.
Here is the fragment of the RTF:
{\pict\wmetafile8\picw7407\pich9259\picwgoal4199\pichgoal5249 
010009000003703e020000005a3e02000000050000000b0200000000050000000c022b24ef1c5a
ffffffffffffff030000000000
}\cf2\lang1033\b\f1\fs23\par
For each 2 chars in this string I converted it to hex and saved it through a memory stream. Then I opened it in Paint or GIMP and there is the image.  I even can convert it to a PNG file through ImageMagick tool. But the dimensions are wrong. How to fix
this?
I am using Lazarus.
I could guess that the header is not OK, but how they can be opened by Paint and converted? So I guess the dimensions info is wrong in the header. In GIMP even the dimensions are right, here a link to the GIMP's dialogbox confirmation with the dimensions
it has encountered in the file (  http://s13.postimg.org/s536tgo9z/Metafile_in_GIMP.png  ).
So the info is there, but is wrong. When I open the images in Paint, they are wrong. Microsoft Office Picture Manager can also open them correctly, but could not convert them so. I need to do it programmatically. TMetafile Delphi class could not open these
files as well in order to be converted. So I could only edit the bytes.
My RichEdit WMF data can not be accepted by ComputeAldusChecksum routine nor get a handle from SetWinMetaFileBits API call, which would convert it to an EMF format.
procedure TMetafile.ReadWMFStream(Stream: TStream; Length: Longint);
var
WMF: TMetafileHeader;
BitMem: Pointer;
MFP: TMetaFilePict;
begin
NewImage;
Stream.Read(WMF, SizeOf(WMF));
if (WMF.Key <> WMFKEY) or (ComputeAldusChecksum(WMF) <> WMF.CheckSum) then
raise EComponentError.Create('Invalid metafile.'); // <<<<<<<<<<<<<<< exception here
Dec(Length, SizeOf(WMF));
GetMem(Bitmem, Length);
with FImage do
try
Stream.Read(BitMem^, Length);
FImage.FInch := WMF.Inch;
if WMF.Inch = 0 then
WMF.Inch := 96;
FWidth := MulDiv(WMF.Box.Right - WMF.Box.Left,25400,WMF.Inch);
FHeight := MulDiv(WMF.Box.Bottom - WMF.Box.Top,25400,WMF.Inch);
with MFP do
begin
MM := MM_ANISOTROPIC;
xExt := 0;
yExt := 0;
hmf := 0;
end;
FHandle := SetWinMetaFileBits(Length, BitMem, 0, MFP); 
if FHandle = 0 then
raise EComponentError.Create('Invalid metafile.'); // <<<<<<<<<<<<<< exception here
Enhanced := False;
finally
Freemem(BitMem, Length);
end;
end;

Hi Antônio G,
Based on your description, I’m afraid that it is not the correct forum for this issue, since this forum is to discuss:
Visual Studio WPF/SL Designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System, and Visual Studio Editor.
To make this issue clearly, would you mind letting us know more information about this issue? Which language are you using? Which kind of app are you developing?
Reference:
https://social.msdn.microsoft.com/Forums/vstudio/en-US/a9e1857d-dd5b-443b-8633-397aea6e7b8c/help-on-properly-handling-wmf-mmanisotropic-image-in-rtf-file-when-extracted?forum=csharpgeneral
https://social.msdn.microsoft.com/Forums/vstudio/en-US/5b99d331-ef56-4d60-bf12-3e3b70783376/how-to-convert-a-hex-string-save-in-a-rtf-file-into-an-image-jpg-or-bmp?forum=csharpgeneral#a9219408-f73b-4e98-a9d8-7a1e0f20cdd9
Maybe you could select the language development forum for this kind of issue. If not, please let me know more information about it, I will help you find a more appropriate forum.
Best Regards,
Jack
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Which application should i use to install facetime

    which application should I use to install facetime?

    You can save the DMG file for Mac to the desktop and install the Firefox application.
    * [[Installing Firefox on Mac]]
    * http://kb.mozillazine.org/Installing_Firefox#Mac_OS_X

  • I am still uing iMovie09. When I try to export movie some of share parts which are fine during editing, become very shaking. What should I do?

    I am still uing iMovie09. When I try to export movie some of share parts which are fine during editing, become very shaking. What should I do?

    Thank you so much...
    1. I don't have that fat format I checked as I saw this on another answer...BUT...you are right the project was very bloated and I made a new project with the sequence and moved a bunch of projects off to an outside drive and things are flying again...this effect "twirl" was on three clips and this seemed to be creating a problem along with it being a bloated project. Don't know why this effect renders easily then the next second doesn't it's on three clips on the entire project and one or another might not render all of a sudden.
    2. I understand what you said about the timeline export...I decided to export the sequence without the matte it was nested in and that sequence did have the chapter markers on the timeline and they again didn't export??? I'll look tomorrow at this it makes no sense if what you're saying is how to do it...the final cut pro book said they should have showed up if I export from the browser and that didn't work either.
    3. I then matted that output and rendered it to output but I am worried this will degrade and compress the sequence more than I want by outputting the same sequence with current settings twice???...the couple of outputs I could make nested looked very good as this was one render...however, I tried doing a quicktime "current settings" with the dvd studio pro info still trying to export chapter markers and maybe it's my imagination but the output didn't look as sharp as just an output with just chapter markers???
    r. I did look at the final cut pro book and it says that mpeg 2 movies will not read chapter markers anyway if you create one in compressor...if this is true it makes no difference if the quicktime output isn't having chapter markers show up. I assume when I go to author though I can put an mpeg 2 movie into dvd studio pro and create chapter markers at that point!! It seems weird it says it can do it with an mpeg 1 but not an mpeg 2 when everyone is using that for dvds.

  • For LUMF - BOM, Plant field in Sales Order should be editable for TAP

    Dear Gurus,
    I have the following requirement.
    Requirement...
    TheComponent level BOM (LUMF) should be exploded in sales order with one by default plant when iI enter the main component in Sales order but if I want to change the plant of main item manually system should allow me in order change mode. And this changed plant to be determined automatically for all the components of that BOM.
    As we know if we maintain the BOM at component level we will use the Itm Catg Grp "LUMF" so the pricing will be determined on the component level.
    In CS01 we maintain the BOM for a main item. I have followed the same process in CS01 by entering Main Item material, Plant and BOM usage (5). whenever i enter the main item in sales order it explodes correctly with components, quantity and Plant.
    The Plant field for main item (TAP itm Catg) becomes gray. But now my query is that if I want to change the plant of main item system is not allowing me as I have  created BOM for a specific Plant. Same Bom I have maintained with other plants also
    I know that We have one more option in CS01 like we can create a BOM without entering Plant also. But before I doing it for trial and error I want to know whether it will work for my latest requirement.
    And what is the Group BOM ? how to use it? will it be helpful me in this requirement?
    Please help me for the issue, I need to configure it as soon as possible.
    regards,
    Vojas

    Dear Kapil,
    Thanks for your suggestion i followed it also but yet I am facing the same problem.
    I did as follows
    I extended the Main item and components to the different plants.
    And also created the same BOM for different plants in CS01.
    After doing this if I create a Sales order and enter the Main Item with quantity system asks me for the Plant to explore the BOM, as i enter a plant BOM get explodes and the plant for main item becomes gray which i dont want. Any how I want the this plant field for main item in editable mode.
    Let me explain my requirement in short
    I maintain the LUMF BOM (Pricing at component level) .
    once I enter the BOM material with quantity system should explode the bom with one plant by default. and in change mode of sales order the Plant for main item should be editable instead of gray mode. Becoz decision can be changed later on the delivering plant location.
    Please suggest me. Its a high priority issue for me.
    regards,
    Vojas

  • Every time I open a pdf file which includes a javascript, a dialogue box pops up. I have a question why 'Do not show this message again' is not working even I checked on the checkbox. It should block the dialogue next time when I open the same pdf file bu

    Every time I open a pdf file which includes a javascript, a dialogue box pops up. I have a question why 'Do not show this message again' is not working even I checked on the checkbox. It should block the dialogue next time when I open the same pdf file but not working. What is the matter and how can I deal with it?

    I am trying it on Adobe Acrobat Reader 9.2.1. Tried to fix Hex code, and also tried 'edit-preference-trust manager'. I focusing on Adobe registries but still couldn't fix the problem.

  • Which G5 for Video Editing?

    Hello, I've decided not to wait for an Intel MacPro, but would like to buy a G5 in the next 5 mos (by July) for standard-definition video editing using FCP 5 Studio. I have a few questions:
    1) Currently, I have a Quicksilver G4 with dual 1 Gz, 1 Gb ram and 160 Gb ATA drive. Would FCP 5 Studio work effectively on this machine (for editing, color-correction, motion graphics, rendering to DVD etc)? If not, is it worth investing more money into this machine, or should I switch to a G5?
    2) Which G5 would work effectively for my purposes? Kindly advise on clock-speed, RAM, Video card, hard disk etc. I take it I will not need RAID for SD, but only high-definition? I would need to use this machine for at least 3 years. Do you see Apple discontinuing hardware or FCP support for this platform during this time?
    3) How would the 23" screen be for video-editing? Are there any rumors about a 25" screen replacing it?
    4) Lastly, are there any Apple conventions in the next 6 mos (where new products could be announced), which I should wait for, before purchasing?
    Thanks for your advice!
    G4 Quicksilver   Mac OS X (10.3.5)   Dual 1 Gz, 1 Gb Ram, 2 x 80 Gb ATA

    Hello, I've decided not to wait for an Intel MacPro, but would like to buy a G5 in the next 5 mos (by July) for standard-definition video editing using FCP 5 Studio. I have a few questions:
    Get a Quad and get one fast, with a PPC machine you'll have lots of media copying freedom as you have control over your hardware. With the new EFI Mactels, trusted computing and HDCP coming you will not.
    Actually I wouldn't waste money on a PowerMactel machine until the whole "Blueray/HD-DVD" thing gets straightened out too, that's going to have a lot of baggage associated with it. When they do at least you'll have a Quad to be able to do things you won't be allowed on the PowerMactel w/BlueRay.
    Standard definition is going "bye-bye" in the US mandatory by 2009, mostly by 2007. You'll need to go HD as all the new TV sets being sold are HD/digital ready and all the content will switch as well. (HD Is really nice too, but eats hard drive space fast)
    1) Currently, I have a Quicksilver G4 with dual 1 Gz, 1 Gb ram and 160 Gb ATA drive. Would FCP 5 Studio work effectively on this machine (for editing, color-correction, motion graphics, rendering to DVD etc)? If not, is it worth investing more money into this machine, or should I switch to a G5?
    Yes sure, but if time = money, you'll need CPU muscle to render faster and large RAM to burn faster.
    I say get a PPC Quad, a large stock drive with 16MB of cache and a Western Digital 150GB 10,000 RPM RaptorX for a boot/app and "bare bones" home drive, keeping your video on the large stock drive. Get yourself 4Gb of RAM or slightly more, install it yourself and save money by visiting Crucial.com. (no comp)
    2) Which G5 would work effectively for my purposes? Kindly advise on clock-speed, RAM, Video card, hard disk etc. I take it I will not need RAID for SD, but only high-definition? I would need to use this machine for at least 3 years. Do you see Apple discontinuing hardware or FCP support for this platform during this time?
    Apple will support PPC based hardware for a long time, so will a lot of third party software makers because it's the majority platform. Not much software is available for the Mactel based machines, so PPC and the Quad is the best longterm professional choice at this time. I would also not get the stock card but the next one up.
    RAID you can play with later, rolling your own mini-raid set or if you have volume and require speed then a X-RAID.
    3) How would the 23" screen be for video-editing? Are there any rumors about a 25" screen replacing it?
    I had a 23", it's small, but it will do the job. A couple of inches increase won't make much of a difference IMO. If you got the bucks get a 30", it's awesome and better than two monitors as you don't need to turn your head back and forth. Just sit back and take it all in.
    Of course for standard video your going to need a standard monitor anyway for previewing.
    4) Lastly, are there any Apple conventions in the next 6 mos (where new products could be announced), which I should wait for, before purchasing?
    We just had one, Macworld, where the Mactels were announced, supposely Intel will release a 64 bit dual core around September, Adobe Photoshop supposely won't be ready with a Mactel version for another 14 months it's been estimated.
    Apple is working on universal versions of their apps, some are ready already.
    http://appleintelfaq.com/
    A site that be of interest to you is HDforIndies.com
    I always advise people to clone their boot drives
    http://homepage.mac.com/hogfish/Personal11.html

  • I'm a bit confused. Since my original camera format was 720/60p, and I converted the footage to Pro Res422 in order to edit in Final Cut Pro 7, should I convert back to a higher quality format before sending the file to DVD Studio Pro?

    I'm a bit confused. Since my original camera format was 720/60p, and I converted the footage to Pro Res422 in order to edit in Final Cut Pro 7, should I convert back to a higher quality format before sending the file to DVD Studio Pro? If so, which Compressor codec is best to use in order to preserve the original 720/60p?   How do I maintain the highest quality?

    No...ProRes is a high quality format. Finishing format.  Many TV networks take that as a final deliverable. 
    BUT...DVDs aren't high definition...they are SD.  You cannot make a 720p60 DVD with DVD Studio Pro.  Any DVD you make will be SD...720x480.  The only HD DVD format out there is BluRay, and for that you need a BluRay burner.
    As for making a high quality DVD...using the BEST QUALITY settings in Compressor will work:
    #42 - Quick and dirty way to author a DVD
    Shane's Stock Answer #42 - David Roth Weiss' Secret Quick and Dirty Way to Author a DVD:
    The absolute simplest way to make a DVD using FCP and DVDSP is as follows:
    1. Export a QT movie, either a reference file or self contained using current settings.
    2. Open DVDSP, select the "graphical" tab and you will see two little monitors, one blue, one green.
    3. Select the left blue one and hit delete.
    4. Now, select the green one, right click on it and select the top option "first play".
    5. Now drag your QT from the browser and drop it on top of the green monitor.
    6. Now, for a DVD from an HD source, look to the right side and select the "general tab" in the track editor, and see the Display Mode, and select "16:9 pan-scan."
    7. Hit the little black and yellow burn icon at the top of the page and put a a DVD in when prompted. DVDSP will encode and burn your new DVD.
    THATS ALL!!!
    NOW...if you want a GOOD LOOKING DVD, instead of taking your REF movie into DVD SP, instead take it into Compressor and choose the BEST QUALITY ENCODE (2 pass VBR) that matches your show timing.  Then take THAT result into DVD SP and follow the rest of the steps.  Except you can choose "16:9 LETTERBOX" instead of PAN & SCAN if you want to see the entire image.

  • Which Doc Contains Standard Edition's Replication Features?

    Hi all,
    I am going to use Oracle 10g / Oracle 11g Standard Edition's replication features (single-master, simple replication). However, in the online documentation web site, I cannot find relevant manuals / chapters.
    There are manuals on advanced replication or Streams, but these are not what I am looking for.
    I also searched the web on the above information, and some tutorial or step-by-step instruction (without using Oracle Enterprise Manager) but have found nothing so far.
    Please advise where I may find such info. Thanks in advance!
    Best regards
    Edited by: user11974348 on Jun 10, 2010 3:43 AM

    Hi Forstmann and all,
    Thank you for your information.
    I believe manual standby database may not be applicable to my situation because the reporting database needs to be refreshed several times a day during office hours to keep the data not too far behind production, while the reporting access may be continuous during office hours. The manual standby solution needs to bring down the standby database and causes interruption to the reporting workload.
    I guess Oracle is "encouraging" people to use Enterprise Edition because back in Oracle 8's documentation, there is a dedicated book called "Oracle Replication" which contains information for both basic and advanced replication. There is also a whole chapter (Chapter 2) on basic replication.
    In Oracle 9i Release 1, the chapter on basic replication is gone. In Oracle 10g Release 2, the book "Oracle Replication" is gone, and is apparently replaced by "Advanced Replication". So, for Standard Edition users, how do they know what replication documentation is relevant to them? Should Standard Edition users refer to Oracle 8's documentation? This is the key of my question.
    Thanks and regards,
    Lawrence
    Edited by: user11974348 on Jun 14, 2010 3:42 AM

  • Which listener should be used for JTextArea

    Hi,
    I need to add a listener for JTextArea particualy when
    the text in the jtextarea is changed. I don't think
    mouse listener is enough, since the user can use tab to
    get to the jtextarea and edit the text. In this case,
    which listener should I use. Sample code would be
    helpful.
    In addition, I have a problem with the jtextarea that
    when user uses tab to go to different gui components,
    such as jtextfield, jcombobox, jtextarea, jlist, etc, the
    tab stays in the jtextarea and keeps appending to it. It does
    not go to next component, such as jlist. How can I make it
    work?
    Thanks in advance,
    Pin

    It doesn't work. Are you using 1.4 or 1.3? I am using
    1.4.
    In the 1.4 API, it says that isManagingFocus is
    "Deprecated".
    Here is what I have:
    JTextArea descrptArea = new JTextArea() {
    public boolean isManagingFocus() {
    return false;
    descrptArea.setRows(3);
    descrptArea.setLineWrap(true);
    descrptArea.addKeyListener(new KeyAdapter() {
    public void keyTyped(KeyEvent e) {
    // DO SOMETHING
    I found the following code which says it will do it.
    However, I got the exeception:
    java.lang.ClassCastException:
    n: javax.swing.KeyStroke
    at java.util.TreeMap.compare(TreeMap.java:1081)
    at java.util.TreeMap.put(TreeMap.java:459)
    at java.util.TreeSet.add(TreeSet.java:205)
    Set forwardTraversalKeys = new TreeSet();
    forwardTraversalKeys.add(KeyStroke.getKeyStroke('\t'));
    forwardTraversalKeys.add(KeyStroke.getKeyStroke(KeyEven
    .VK_TAB,
    InputEvent.CTRL_MASK));
    textArea.setFocusTraversalKeys
    (KeyboardFocusManager.FORWARD_TRAVERSAL_KEYS,
    forwardTraversalKeys);
    Set backwardTraversalKeys = new TreeSet();
    backwardTraversalKeys.add(KeyStroke.getKeyStroke(KeyEve
    t.VK_TAB,
    InputEvent.SHIFT_MASK));
    backwardTraversalKeys.add(KeyStroke.getKeyStroke(KeyEve
    t.VK_TAB,
    InputEvent.SHIFT_MASK |InputEvent.CTRL_MASK));
    textArea.setFocusTraversalKeys(
    KeyboardFocusManager.BACKWARD_TRAVERSAL_KEYS,
    backwardTraversalKeys);
    Any idea???
    PinI'm not using 1.4 but the class cast exceptions look like they come from : Set forwardTraversalKeys=new TreeSet() etc
    try : TreeSet forwardTraversalKeys=new TreeSet()
    you cant cast from a Set to a TreeSet because a TreeSet is a Set but a Set is NOT a TreeSet.
    hope this helps.

  • HOW TO DECIDE IN A REPORT WHICH TABLE SHOULD LOOP FIRST?

    MY Report contains 3 item table and one header table or 4 header tables then how to decide that this table should loop first.And how could i judge that this table contains duplicate entries.
    HOW TO DECIDE IN A REPORT WHICH TABLE SHOULD LOOP FIRST?
    Moderator message: please search for available information/documentation before asking, do not post in all upper case, these forums are not a substitute for ABAP training.
    Edited by: Thomas Zloch on Dec 6, 2010 12:00 PM

    Hi,
    It is suggested to loop at the header table and then read the item table. Where in if you have multiple entries in the item table that matches, use the parallel cursors concept (Loop from index) as shown below
    Loop at header....
    Read table item with key......
    If sy-subrc EQ 0.
    Loop at item from sy-tabix.
    -- Perform your processing.
    endloop.
    endif.
    endloop.
    Also make sure if you have duplicate entries in your internal tables, Use SORT and then DELETE ADJACENT DUPLICATES so that it avoids the performance issues as well
    Hope this helps you.
    Regards,
    Shiva

  • How should I edit an alpha channel after saving?

    I have a series of files in which I improperly modified the selection set prior to saving the selection, and now around the intended viewable area there is a hazy artifact that seems to correspond to where I manually edited the selection using Quick Mask (prior to saving).
    In other words, within the area of the alpha channel that should be invisible, there is actually a visible, unwanted grey-ish artifact, and I think it's related to how I was using the brush to edit the selection in Quick Mask before saving.
    Now I am unable to edit the alpha channel, although Adobe's own website says that in order to edit an alpha channel, all I need to do is select the alpha channel (which I am doing) and then paint at 100% black or white with a brush to either include or exclude parts of selection set.
    When I choose the brush and start painting at 100% black or white, nothing happens and I can't figure out what is happening.
    Any help would be greatly appreciated.
    The exact steps that I'm taking are below:
    1) click on alpha channel (visible and ready for editing), all other channels only visible not active.
    2) selecting the brush at either 100% black or white
    3) attempting to paint to alter the alpha channel (I've tried painting on the actual alpha channel in Channels, and I've tried painting on the alpha channel as it appears in Layers, and neither works for me).
    CLARIFICATION:
    I actually am able to "edit" the alpha channel HOWEVER I cannot remove the hazy artifact. I can use 100% black or white to remove the pink/light red areas on either the actual alpha channel (in the Channels area) or as it appears in Layers, but I cannot remove the areas that are grey-ish (well I can paint them white but I can't paint them black, i.e. fully pink).
    A teacher showed me a quick fix process that basically involves activating the alpha channel, inverting the selection, and then deleting everything outside of the alpha channel, and then resaving the file. That worked at one point, but now that quick fix is not working either (I am just ending up with a completely visible, white space around the intended visible area, rather than an invsible area).
    EDIT (07:22 3.20.13) Also, if you look at what Photoshop is registering as the actual alpha channle, it doesn't match with what I'm seeing above, that is the black and white alpha channel appears to be as expected, and there is not the weird distortion that I'm seeing above in the pink/grey image.
    So I am super confused and would appreciate any help!

    I greatly appreciate your help with this.
    However, after adjustting the black from 99 to 100%, and double checking that the white is fully zero (right now I can't find any files with the white set to anything but "0," so I don't know why some of my screenshots showed that), I am still unable to use black to contract a selection, or white to erase unwanted areas of the alpha channel (this specific post's problem).
    So, I'm completely baffeled and am wondering if there is anything else that could be accounting for these results (i.e. the black and white paint not producing the expected results).
    Thanks again,
    dk
    EDIT:
    I attempted to make another alpha channel, this time without any manual adjustment of selection via the paint brush. Instead, I used the selection modification option of Contract and used it to contract the selection.
    SAME problem. The area that I contracted using Contract, (never painted), is once again displaying a slight grey artifact in the area that is supposed to be completely transparent.

  • On a new computer, which program should I install first, Photoshop or Lightroom.

    On a new computer, which program should i load first, Photoshop or Lightroom.  I will be using both.  Thanks

    I'd say Photoshop only because some report doing it in the opposite order can cause issues with the Edit In Photoshop command.

  • Which one should I learn first?

    I am becoming an common Oracle DBA and I want to learn RedHat Linux. But I do not know the difference between Redhat Linux 9 and Redhat Enterprise Linux 5. What are they for? Which one should I learn first?
    Message was edited by:
    frank.qian

    But I do not know the difference between Redhat Linux 9 and Redhat Enterprise Linux 5.RedHat Linux 9 is very oldest brother of RHEL5. While RH9 is public (free of charge) distribution, RHEL5 is commercial no free (of charge) distribution. Redhat 9 was last public (free) release from Redhat corporation, since next release it was called Fedora. Name "Redhat" is used only for Commercial enterpise distribution.
    There is not difference between using/mantaining of them. But the main difference is that Redhat 9 has pretty old version of kernel, and other packages and is not supported by Oracle.
    What are they for?If we are speaking about Linux then we are speaking about Unix like operating system. So your question is just like "What is Windows for?".
    Which one should I learn first?As I said before, there is not difference between using/mantaining of them. But as Redhat 9 is pretty old distribution then use RHEL5. There is also existing distribution Centos which is clone of RHEL. When you install Centos 5 in fact you are using RHEL but with changed logos and texts (brands). But unfortunatelly this clone is not officialy supported by Oracle so it can't be use for production Oracle installations. For more informations and download look here: http://www.centos.org
    There is also another RHEL clone shipped by Oracle (and is supported by Oracle of course). You can download it from http://edelivery.oracle.com/linux

  • Flip4Mac: Which version should I upgrade?

    Hello everyone,
    I have Quicktime 7.0.4 Pro and I sometimes do need to import some *.wma "crap" into my footage (which then is edited by FCP). I guess I need to upgrade my Flip4Mac from the free version (currently 2.0.2). Could you please tell me which version should I go for? My choice would be one of Player Pro ($29), Studio ($49) and Studio Pro ($99). Which one should I pick and which version you guys are using the most in conjuction with Final Cut Pro 5? (The best value for money)
    Thank you very much for your guide in this matter, all the advices are warmly welcome.
    Cheers,
    James

    Pro lets you start with WMV and make QT (or in Toast you can use WMV as source files and make MPEG-1, 2 VCD or DVD etc.)
    The Studio $49 makes WMV from QT e.g. the other way around. Obviously Bill Gates gets a piece to use a WM encoder. This version has preset WMV settings.
    The last one does the same but lets you set custom encodes.
    If you are never making WMV and that is always a good idea, the $29 adds ability to use WMV in various apps and may be all you need.

  • Should all edited photos be exported for safety?

         Since all edits are contained inside the LR catalog, and not within the original file, what would happen if you wanted to switch post processing software to (for example) Aperture?  I assume Aperture can't read a LR catalog, so all your edits would be lost?  For this reason, is it prudent to export every edited photo?

    Indeed it's as you feared, and using DNG doesn't change that.
    But it's not as bad as it may seem at first, since once edited and exported you have all edits incorporated (i.e. no need to re-edit originals if already edited satisfactorily), so the issue only comes up if you want to re-edit an already-edited photo and change things like baseline detail settings or color profile.. (things that require the original/raw), in which case you'll have to start from scratch in new software, but you'll have the baked photo as a guide if you want it to be about the same as last time.. If you just want to add a little exposure or contrast, or remove a spec or something, that can be done to the rgb version of the file. I realize change management can become an issue (which is the real photo, and are there edits to rgb file which should be migrated to original when edited..), still...
    Rob

Maybe you are looking for

  • Inactive component cost not rolled up to top level item

    Hi Our scenario is as follows: we have a top level item with a BOM. And some components of the BOM  are having material status u2018inactiveu2019. Inactive means materials will not procured and sold, however we could have inventory which can be consu

  • Repeating Frame

    Hi, I have a report with the following design TEXT1 REPEATING FRAME TEXT2 TEXT3 If the repeating frame query return too many records, the REPEATING FRAME is pushing TEXT2 to a second page, which is correct. The problem is that TEXT2 is pushed to a se

  • Changes in COR1 transaction....

    Hello everybody, I recently posted a question and got the resolution from the members. Really this site is great. I have another question also. Through COR1 transaction we can create process orders. In that process order if we order a certain amount

  • Registry settings for iTunes

    Hey, I needed to reinstall itunes but I got an error saying the registry settings used to import and burn from/to cds and dvds is missing. Is there a way to do this WITHOUT having to reinstall iTunes. I don't want to have to reinstall it because I ba

  • OSB publish action and error queue

    Hello there, where in case of poisened messages, the "publish" action, routes the messages. I have one proxy which, along its pipeline, publish a message to another proxy and then carry on. Well, I guess this is done some how with internal OSB queues